Author |
Message
|
dev |
Posted: Wed Jan 16, 2002 5:53 pm Post subject: |
|
|
Apprentice
Joined: 11 Oct 2001 Posts: 30
|
I am setting up
SET OutputRoot.MQMD.ApplIdentityData = '1234567890';
SET OutputRoot.MQMD.GroupId = SOME BLOB VALUE;
SET OutputRoot.MQMD.ReplyToQ = 'QUE.IN';
When I read message from Queue after writting to that, I am only able to see ReplyToQ written in MQMD not other 2.
Can anyone help me to guide on the same?
Thanks
Dev |
|
Back to top |
|
 |
WBI_user |
Posted: Wed Jan 16, 2002 10:25 pm Post subject: |
|
|
Partisan
Joined: 07 Aug 2001 Posts: 386
|
Turn on 'set identity' and check 'segmentation allowed' in the MQOUTPUT node will do it. |
|
Back to top |
|
 |
dev |
Posted: Thu Jan 17, 2002 10:37 am Post subject: |
|
|
Apprentice
Joined: 11 Oct 2001 Posts: 30
|
Kelvin,
Thanks a lot. Though i was able to fugure out the same, i still do not see checking Segmentation allowed specifically for GroupId as it's purpose to allow segmentation of a message if can not be sent as one unit.
I am still looking for the best way to set GroupId.
I highly appreciate your promt guidence.
Thanks a lot
Dev |
|
Back to top |
|
 |
WBI_user |
Posted: Thu Jan 17, 2002 11:52 am Post subject: |
|
|
Partisan
Joined: 07 Aug 2001 Posts: 386
|
I guess groupid was introduced with segmentation support when MQ V5 came out and it is only in MQMDE (extension of MD). So if you do not have that checked, MQSI is not looking at the MQMDE portion of the MD.
I don't like the idea of not getting any error message even it is not setting it for you.
I am not sure what you mean by you are still looking for the best way to set GroupId ? |
|
Back to top |
|
 |
dev |
Posted: Thu Jan 17, 2002 12:16 pm Post subject: |
|
|
Apprentice
Joined: 11 Oct 2001 Posts: 30
|
Thanks Kelvin,
I also find the only way to do so. I appreciate you again for this guidence.
Thanks again
Dev |
|
Back to top |
|
 |
|