Forum Discussion

qtdevl's avatar
qtdevl
New Contributor
14 years ago

No response to message sent to JMS endpoint

I am sending XML request messages to a Sun JCAPs queue as end point using the SoapUI integration with HermesJMS.

The request messages are successfully placed on the queue and consumed by our application but I don't receive a response message back.

The response message is created and sent by our application as this is shown in the logs.

Can anyone help me with this as I need to the response message to get values for a property transfer

.
  • qtdevl's avatar
    qtdevl
    New Contributor
    I have now managed to get this working.

    Our application uses the same JMS queue for both send and receive.

    In SoapUI JMS Header properties I set the following:

    JMSCorrelationID = 'COR001'
    JMSReplyTo = send/receive queue name
    Message Selector = JMSCorrelationID = 'COR001'