[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1237) Daily counters increment on timer regardless of whether and messages are sent
Tim Fox (JIRA)
jira-events at lists.jboss.org
Fri Sep 26 04:52:29 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox closed JBMESSAGING-1237.
--------------------------------
> Daily counters increment on timer regardless of whether and messages are sent
> -----------------------------------------------------------------------------
>
> Key: JBMESSAGING-1237
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1237
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP3
> Reporter: Mike Clark
> Assignee: Jeff Mesnil
> Fix For: 1.4.0.SP3.CP02, 1.4.1.CR1
>
>
> The jboss.messaging.destination:service=[Queue|Topic],name=[destination name] MBeans keep message statistics on message counts by hour of the day. However, these counts are not correlated to any message traffic. It appears that they are simply incremented every time the org.jboss.jms.server.messagecounterMessageCounter#onTimer() method is called. (Since the timer period is set to 5 seconds by default, the count is approximately 720 for every hour.)
> To see this, you just need to enable message counting with the jboss.messaging:service=ServerPeer MBean's enableMessageCounters() operation and then check any destination MBean's listMessageCounterHistoryAsHTML() operation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list