stetro
stetro

Reputation: 547

Spring JMS - showing list of subscriber or receive() request

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

Answers (1)

Petter Nordlander
Petter Nordlander

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

jconsole example

Upvotes: 2

Related Questions