[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1237) Daily counters increment on timer regardless of whether and messages are sent
Mike Clark (JIRA)
jira-events at lists.jboss.org
Thu Feb 21 10:47:08 EST 2008
Daily counters increment on timer regardless of whether and messages are sent
-----------------------------------------------------------------------------
Key: JBMESSAGING-1237
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1237
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP3
Reporter: Mike Clark
Assigned To: Clebert Suconic
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list