Author |
Message |
Topic: How to set MQRFH2 header in a message using JMS |
ambika pathak
Replies: 9 Views: 9308
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 23, 2011 10:13 am Subject: How to set MQRFH2 header in a message using JMS |
@mqjeff
Do you mean that it's possible without publishing too?
May be by not using JMS APIs but by using MQ objects or something else I can achieve this and when I send the message to queue using ... |
Topic: How to set MQRFH2 header in a message using JMS |
ambika pathak
Replies: 9 Views: 9308
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 23, 2011 8:57 am Subject: How to set MQRFH2 header in a message using JMS |
@Vitor
Appreiate your response. Actually client has got a technical team which came up with this idea.
No problem I'll confirm that we can only publish to topics as otherwise it is not possible ... |
Topic: How to set MQRFH2 header in a message using JMS |
ambika pathak
Replies: 9 Views: 9308
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 23, 2011 7:15 am Subject: How to set MQRFH2 header in a message using JMS |
@fjb_saper,
I guess you did not pay attention to the prestext before the code which I pasted. I'm running under some constraints posed by clients they want an MQPut on a normal queue and not publis ... |
Topic: How to set MQRFH2 header in a message using JMS |
ambika pathak
Replies: 9 Views: 9308
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 23, 2011 6:10 am Subject: How to set MQRFH2 header in a message using JMS |
Appreciate your responce.
As you rightly said I'm looking out to meet a business requirement wherein clients have some strange setup of Topics at their end connected to queues (Not sure how). So th ... |
Topic: How to set MQRFH2 header in a message using JMS |
ambika pathak
Replies: 9 Views: 9308
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 23, 2011 3:00 am Subject: How to set MQRFH2 header in a message using JMS |
Hi,
Could somebody tell how to add/modify/set MQRFH2 header using JMS APIs, not using MQ Nodes or MQ APIs please.
I want to add a custom MQRFH2 header.
I'm using a standalone program to access ... |