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
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