mukulgupta
9 years agoOccasional Contributor
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. ...
- 9 years ago
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:'