I need to get details of Message Receivers which are connected to 开发者_如何学编程JMS Queue, I am using HornetQ which is deployed in JBoss AS6.
Is there such operation/API already defined in JMX/JMS? Any other approach to get details of MessageReceivers? I need to know number of MessageReceivers & their IP Address.
Any suggestion is appreciated.
Thanks.
There are method on the management with hornetQ 2.2.2+. Things like connectionID are exposed as meta-datas.
精彩评论