• Queue - The name of the queue to post the reply.
• Remote Queue manager - The name of the queue manager that hosts the queue above.
• Correlation id - An ID used to connect the request to the reply$correlationId=GetConnectorValue("IBMMQMsgId");$replyToQueue=GetConnectorValue("IBMMQReplyToQ");$replyToQueueManager=GetConnectorValue("IBMMQReplyToQMgr");Queue: $replyToQueueCorrelation Id: $correlationIdRemote Queue manager: $replyToQueueManagerIn the script you have a choice to assign either the message ID of the incoming message as shown in the example, or to use the correlation ID of the incoming message. You might even want to apply a formula in order to generate the correlation ID. This can all be done in the script. See Message metadata for available metadata values.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |