How to get details of MessageReceivers of JMS Queue(HornetQ deployed in JBoss AS6)?

為{幸葍}努か 提交于 2019-12-23 03:45:31

问题


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.


回答1:


There are method on the management with hornetQ 2.2.2+. Things like connectionID are exposed as meta-datas.



来源:https://stackoverflow.com/questions/6289050/how-to-get-details-of-messagereceivers-of-jms-queuehornetq-deployed-in-jboss-as

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!