views:

1205

answers:

3

The title says it all.

I have a few JMS queues created on Glassfish 2.1 server. I need a GUI browser that lets me view the messages being sent to the queue in real time.

I read about Hermes on another SO thread but I am not sure if it works with Glassfish.

I also installed this plugin for Netbeans but it isn't working for me ( I get a CAPSManagementRemoteException exception).

A: 

Here is a manual how to connect Hermes to the Glassfish OpenMQ: http://wiki.glassfish.java.net/Wiki.jsp?page=OpenMQHermesJMSQuestions

David Rabinowitz
Thanks!! I'll give it a try. Didn't find anything relevant on Hermes' website so assumed that it doesn't support Glassfish.
Rahul
+1  A: 

Hmm there seems to have been a QueueBrowser already. Did you check the demo folder?

I'm referring to

JMS message browser

jitter
Thanks. Didn't know about this. Much appreciated.
Rahul
A: 

There is a dedicated tool for GlassFish JMS. http://sourceforge.net/projects/qbrowserv2/

Naoki