|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQRFH2 header |
« View previous topic :: View next topic » |
Author |
Message
|
v_rajasekhar |
Posted: Wed Oct 24, 2001 7:16 am Post subject: |
|
|
Newbie
Joined: 23 Oct 2001 Posts: 8
|
hi,
Here i am working on MRM messagesets and messages. i want to add MQRFH2 header along with message, i dont want to set header part in MQInput Node. i tried to added it to message, but that MQSI is unable to recognize that message, it is recognizing as BLOB. here is the header i am adding.
MRMDNGGG5407A001MESG11CWF
.
If anybody have any solution for this problem. Please let me know.
thanks,
Raj
|
|
Back to top |
|
 |
Tibor |
Posted: Wed Oct 24, 2001 11:12 pm Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Quote: |
On 2001-10-24 08:16, v_rajasekhar wrote:
...
here is the header i am adding.
<mcd><Msd>MRM</Msd><Set>DNGGG5407A001</Set><Type>MESG11</Type><Fmt>CWF</Fmt></mcd>
|
SET OutputRoot.MQRFH2.(MQRFH2.Field)Version = 2;
SET OutputRoot.MQRFH2.(MQRFH2.Field)Format = InputRoot.MQMD.Format;
SET OutputRoot.MQRFH2.mcd.Msd = '...';
SET OutputRoot.MQRFH2.mcd.Set = '...';
SET OutputRoot.MQRFH2.mcd.Type = '...';
SET OutputRoot.MQRFH2.mcd.Fmt = '...';
And don't forget disable HTML ...
|
|
Back to top |
|
 |
venkat kurra |
Posted: Thu Oct 25, 2001 2:10 pm Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Quote: |
On 2001-10-24 08:16, v_rajasekhar wrote:
hi,
Here i am working on MRM messagesets and messages. i want to add MQRFH2 header along with message, i dont want to set header part in MQInput Node. i tried to added it to message, but that MQSI is unable to recognize that message, it is recognizing as BLOB. here is the header i am adding.
MRMDNGGG5407A001MESG11CWF
.
If anybody have any solution for this problem. Please let me know.
thanks,
Raj
|
You can refere 62 page in the ESQL reference from IBM manuals.If you are using JMS then it creates MQRFH2 header along with your message automaticlly.there you can specify Topic or what ever you want.otherwise you have to create MQRFH2 your own by following steps in ESQL book.
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|