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.
source
share