How to read specific message using correlation ID from the JMS Queue?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2016
04:48 AM
08-29-2016
04:48 AM
How to read specific message using correlation ID from the JMS Queue?
Hi Team,
I am not able to read the specific message from the JMS queue.
I am keeping request section blank and entering correlation ID of the message to be read and then running the request. Random message is getting picked from the queue as response,
E.g. Correlation ID- CO:CO-XXXX:EnrichDetail:XXXX:
End point- jms://dev5_qcf ::-:: outQueue
Thanks in advance.
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2016
04:10 AM
08-30-2016
04:10 AM
Hi mukulgupta,
You should use Message Selector field in request JMS Headers tab. It doesn't matter whether you send a message or not, the selector will be used to receive a message anyway. The format is the same as in JMS API, so for your Correlation ID you should use:
JMSCorrelationID='CO:CO-XXXX:EnrichDetail:XXXX:'
Anton Egorov
ReadyAPI developer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2016
11:34 PM
09-07-2016
11:34 PM
Thanks AntonE
