How can I tell which MDB is listening to a specific Queue, given the queue’s name ?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.