You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jonas Lim (JIRA)" <ji...@apache.org> on 2007/02/12 12:27:03 UTC

[jira] Commented: (AMQ-894) Provide option to turn on//off AMQ statistics gathering

    [ https://issues.apache.org/activemq/browse/AMQ-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38496 ] 

Jonas Lim commented on AMQ-894:
-------------------------------

Added  patch at trunk: r506415


- Added  enableStatistics attribute in broker   which defaults to "true"   
   ie. <broker brokerName="localhost" useJmx="true" enableStatistics="false" ...

- Added enableStatistics and disableStatistics mBean interface in broker and connector objects


  I'll go ahead update the website docs once I figure out where the new link is :)

> Provide option to turn on//off AMQ statistics gathering
> -------------------------------------------------------
>
>                 Key: AMQ-894
>                 URL: https://issues.apache.org/activemq/browse/AMQ-894
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 4.0.1
>         Environment: AMQ 4.0.1, Spring 2.0
>            Reporter: jason evans
>         Assigned To: Jonas Lim
>            Priority: Minor
>
> The option to turn off/on AMQ statistics gathering for use in a production system is desirable. The 'useJmx' flag only stops the exposure of the management interfaces for these statistics. 
> The Broker Mbean interface shall provide a method to start/stop statistics gathering  
> The Broker URI shall include statisticsEnabled option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.