Reputation: 547
I'm using Spring-JMS with AcriveMQ and i've a short question: Is it possible to see all subscriber in a kind of list? And/Or is it possible to show all running threads polling on the receive() method?
thanks stetro
Upvotes: 0
Views: 98
Reputation: 22279
Well, you could use JMX to get all subscibers of a specific topic. The information you will get is a bit limited though. Look at the jconsole listing attached
Upvotes: 2