If that's the only queue, I think if you use activemq-admin you can see all clients connected to the broker. You have to sift through a little bit to see the information though.
activemq-admin query or activemq-admin query | grep RemoteAddress to just see the ip and port numbers. Gabe -----Original Message----- From: "Jigar Naik" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2008 7:47am To: [email protected] Subject: Monitoring Queue Consumers Hey Hi, Is there anyway i can monitor the consumer in a queue, Like i have a MyQueue and there are 10 consumer on it, i can see from my ActiveMQ Console. But now i want to know the details of each and every consumer(IP of consumer, hostname, n so on...) Is there any API available ? It's little urgent, Thanks & Regards, Jigar Naik -- View this message in context: http://www.nabble.com/Monitoring-Queue-Consumers-tp19105725p19105725.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
