JMS主题获取clientID
我可以获得所有 jms 主题订阅者的 ClientID 吗?我使用 Jboss AS 6 (HornetQ)。
当然,我可以向他们所有人发送查询并阅读回复,但我正在寻找更优雅的解决方案。
Can i get ClientID's of all jms topic subscribers? I use Jboss AS 6 (HornetQ).
Off course, i can send query to all of them and read replies, but i'm looking for more elegant solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 HornetQ,您可以使用 JMX 管理列出所有核心队列。
您只需在 org.hornetq.core 下列出队列(在 JMX 视图上)即可。 client-id 只是名称的一部分。
With HornetQ you can list all the core-queues using JMX-management.
You can just list the queues under org.hornetq.core (on the JMX view). The client-id will just be part of the name.