哪个 MDB 监听队列
给定队列名称,如何判断哪个 MDB 正在侦听特定队列?
谢谢。
How can I tell which MDB is listening to a specific Queue, given the queue's name ?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于队列管理器。例如,ActiveMQ 有其 Web 控制台,您可以在其中查找队列侦听器。其他 MQ 有(或没有)他们的工具。
编辑:我想我应该添加以下内容:在 WebsphereMQ 中,您可以检查每个队列的“队列句柄状态”,您可以查看 Websphere Application Server 实例侦听的客户端数量。跟踪它到特定的 MDB 很困难,因为它只提供服务器坐标和一些人类无法读取的二进制 ID。
It depends on the queue manager. ActiveMQ, for example, has its web console where you can look up queue listeners. Other MQs have (or don't have) their tools.
Edit: I thought I'd add this: In WebsphereMQ you can check "queue handle status" for each queue, you can see how many clients from which Websphere Application Server instance listens. Tracking it down to particular MDB is difficult, as it only gives you server coordinates, and some human-unreadable binary ids.