I need to test a complete system that talks to the world entirely by JMS and JAX-WS. The flow, more or less, is this:
I've been searching for a means of:
So far, I've tried jMeter, but it lacked the ability to listen on a queue.
In the end, it seems to me I'd have to deploy a series of message-driven beans as mocks, but I want to make sure I'm not reinventing the wheel.
Finally I resorted to writing my own set of MDBs.
Cons:
Pros:
Some colleagues I asked also recommended this approach. I'm a disappointed I haven't found a better way.