Discussion
IKOR
AU
Last activity: 21 Jun 2016 21:33 EDT
How to set JMSReplyTo header property in Connect JMS
Hi All,
I am trying to establish a JMS connectivity from Pega 6.1 application with Solace queue. This will be a request/reply asynchronous connection where I need to send the reply to queue name in ‘JMSReplyTo’ header in the request. But in Connect-JMS rule I can see the header can be only ‘JMSType’ and ‘JMSCorrelationID’. This reply to queue is going to be a permanent queue, not a temporary queue for every request.
Can anyone please help me how can I send this value from application end.