Description
See this blog
http://rterp.wordpress.com/2012/03/27/hacking-activemq-to-retrieve-connection-statistics/
The source code in ActiveMQConnectionFactory is on trunk as follows
public StatsImpl getStats() { // TODO return null; }
Maybe at least for now, add javadoc to indicate the method is not implemented etc. Or better yet, implement the method