Forum Discussion

f497's avatar
f497
New Contributor
9 years ago

JMS messages with no response

Hello forum members,

I've got another question, now concerning JMS in SoapUI with the Hermes JMS integration.

I want to send a JMS request to the server, which actually works well, the server reseaves the message, but it is a fire and forget message, so the server sends no response for it.

When I am now using the Load Test the load test always stucks at this step because it is waiting for a response which it will never get..

 

How can I tell SoapUI that it should not wait for a response for that request?

 

Regards.

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Not sure if uses property called requestReply? May be you can set this property with value false and try.
    • f497's avatar
      f497
      New Contributor

      Thanks for your answer. I've tried it with the solution you provided.

      First of all it worked, but now I've retried it several times and now it is waiting again for a response.. I don't know why..

       

      Is there a different solution to handle this problem?

      • nmrao's avatar
        nmrao
        Champion Level 3
        Surprising. Do you close the jms connection or session after the transaction?