getStatus on ActiveMQConnectionFactory is not implemented
---------------------------------------------------------

                 Key: AMQ-3788
                 URL: https://issues.apache.org/jira/browse/AMQ-3788
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.5.1
            Reporter: Claus Ibsen
            Priority: Minor


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
{code}
   public StatsImpl getStats() {
        // TODO
        return null;
    }
{code}

Maybe at least for now, add javadoc to indicate the method is not implemented 
etc. Or better yet, implement the method :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to