Discussion
Lloyds Banking Group
GB
Last activity: 10 Jul 2015 7:28 EDT
Collecting JMS header elements and send them in response
Hi, i have a requiement to capture the MQMD parameters namely ReplyToQueue and ReplyToQueueManager from an incoming message and add the same parameters in the response. I am trying to find out how we can achieve this. In the service JMS rule i can see we can capture who parameters
JMSDestination
— The Queue name or Topic name from which this message originated.JMSReplyTo
— Topic or Queue name to reply to, or the literalNULL
I am not sure if these parameter will capture the Queue manager details as well. Also while responding back i am unable to find these parameters in the Request tab of the Connect -JMS rules.
So i need to know how i can design this solution.