Hello
Imagine that you have application based on JMS. It uses queues A, B and so on.
Application admins should be able to "browse" these queues: view how much messages are in each queue, may be view some of messages and so on.
For example: if some end user will report that he can not get messages, admin should be able to search queues.
So I need some kind of jms administration tool. What tools do you use?
For now application uses
JBoss Messaging
thanks you!