1

How can I tell which MDB is listening to a specific Queue, given the queue's name ?

Thank you.

MaDa
  • 10,511
  • 9
  • 46
  • 84
Sergiu
  • 2,502
  • 6
  • 35
  • 57

1 Answers1

1

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.

MaDa
  • 10,511
  • 9
  • 46
  • 84