It's not a secret anymore!
The moose likes EJB and other Java EE Technologies and the fly likes Some kind of JMS browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Some kind of JMS browser" Watch "Some kind of JMS browser" New topic
Author

Some kind of JMS browser

Andrew Romanenco
Greenhorn

Joined: Feb 28, 2006
Posts: 5
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!
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

I think the JBoss jmx-console has this information. Also if you want to come up with your own code which browses the queue, i think there is a QueueBrowser interface which allows you to do this.


[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Some kind of JMS browser
 
Similar Threads
Java Swing Application to communicate with WebSphere MQ
Reading messages from MQ and invoking JMS provider....
JMS behind firewall
Design Question (Database Polling)
Help with JMS solutions