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 tool that could:
The only thing that comes close so far is jMeter; it lacks only the ability to listen on a queue. Any other ideas? Could be free or commercial.
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.