You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (Created) (JIRA)" <ji...@apache.org> on 2012/03/27 09:11:44 UTC

[jira] [Created] (AMQ-3788) getStatus on ActiveMQConnectionFactory is not implemented

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

        

[jira] [Resolved] (AMQ-3788) getStatus on ActiveMQConnectionFactory is not implemented

Posted by "Timothy Bish (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMQ-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-3788.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.6.0

Implemented the method in trunk
                
> 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
>             Fix For: 5.6.0
>
>
> 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