Forum Discussion

mukulgupta's avatar
mukulgupta
Occasional Contributor
8 years ago
Solved

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. ...
  • AntonE's avatar
    8 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:'