How to get information about MessageReceivers JMS queue (HornetQ is deployed in JBoss AS6)?

I need to get information about message receivers that are connected to the JMS queue. I use HornetQ, which is deployed in JBoss AS6.

Is there such an operation / API already defined in JMX / JMS? Any other approach for getting information about MessageReceivers? I need to know the number of MessageReceivers and their IP address.

Any suggestion is appreciated.

Thank.

+1
source share
1 answer

There is a control method using hornetQ 2.2.2+. Things like connectionID are displayed as metadata.

+1
source

All Articles