JMX has all the information needed. Another approach - outside the JVM - netstat.
Something like this may work: netstat -an | grep 61616 Then use awk or the like to pull out the remote (client) IP address and then sort | uniq -c to get the counts. -- View this message in context: http://activemq.2283324.n4.nabble.com/Get-Number-of-connection-from-all-host-to-my-activemq-broker-tp4687405p4687776.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.