What are the features necessary for a tool to have, for testing JMS Queues.
|
|
Are you looking to test the JMS queue implementations, or your client code surrounding this ? If the latter, then you may want to mock out the queue implementation for simplicity/speed etc. and use a framework like JMock. This will allow you to substitute for your JMS implementation and study/regression test the behaviour of your code that interfaces against your JMS implementation. (If I'm using a well-known (i.e. well written/respected provenance) JMS implementation, my focus would be on checking my code rather than the 3rd-party. However you should have some integration test harnesses as well) |
||
|
|
|
Maybe you want to look into a queue or a topic? |
||
|
|
