Posted: Sun Dec 21, 2003 8:33 am Post subject: Destination list OR MQMD Head=der
Apprentice
Joined: 28 Nov 2003 Posts: 26
Hi,
I am sending a request to different application and expecting a response back.
I dont want to set anything in the output node so i used destination list in my compute node as
SET OutputLocalEnvironment.Destination.MQ.DestinationData.queueName='bbb';
SET OutputLocalEnvironment.Destination.MQ.DestinationData.queueManagerName='aaaa';
SET OutputLocalEnvironment.Destination.MQ.DestinationData.replytoqueue='yyyy';
SET OutputLocalEnvironment.Destination.MQ.DestinationData.replytoqueuemanagername='xxxx';
OR
should I specify the
OutputRoot.MQMD.ReplyToQ='yyyy'
OutputRoot.MQMD.ReplyToQMgr='xxxx'
Will the recieveing application be able to send the response by taking destinationlist properties or should I set the properties in MQMD Header.
Is it necessary to check the Request tab ( and leave the ReplyToQ and replyToQmgr name blank) of OutputNode and then specify replytoqueue and replytoqueuemanagername
OR just specify directly in the destination list replytoqueue and replytoqueuemanagername
Please kindly let me know if you know how to use the destination list to specify replytoq and replytoqueuemanagername
Your local environment is not passed with the MQ message to the other application, the message descriptor MQMD is... so you have to use the last if you want to pass information to the receiving information.
You can basically put in there whatever you like as long as the other side understands it ! However if you use the predefined values then I must say there is no such thing as MQMT_RESPONSE...
The following values are from "The Application Programming Reference" manual:
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