Forum Discussion

petecknight's avatar
12 years ago

Web Service Mock using JMS endpoints

A while back (2010 I think) there was a post about whether it is possible to run a web service mock that will receive messages from an associated request queue putting the mocked response onto the associated response queue.

I thought I had it configured right; I created a mock service and added the Hermes JMS endpoints for the request and response queues and ran the service. I then observed the request message on the queue. However, switching off the mock service didn't stop messages appearing on the queue and I'm now thinking that the mock service will not pop messages off the queue and place the mock in response.

Please confirm if this is something currently possible or if I'm on a hiding to nothing.

Thanks

1 Reply

  • umeriftikhar's avatar
    umeriftikhar
    Occasional Contributor
    Hi,

    I am trying to generate a request from Soap Mocking and instead of getting a direct response, I want to push the request in to the JMS Queue(say that testQ1), which I have successfully created from the following website:
    http://www.soapui.org/JMS/working-with- ... sages.html

    And want to get the response from the another JMS Queue(say that testQ2).



    Kindly help me with this issue.

    Thanks in Advance.