Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.4.0
-
None
-
None
-
Linux, CentOS 5.5, activemq 5.4.0, Java Runtime: Sun Microsystems Inc. 1.6.0_17 /usr/java/jdk1.6.0_17/jre
Description
Running "activemq-admin query | grep Disp" makes this very apparent.
Sampled output:
DispatchedQueueSize = 0
DispachedCounter = 0
DispatchedQueueSize = 0
DispachedCounter = 0
DispatchedQueueSize = 0
DispachedCounter = 0
DispatchedQueueSize = 0
DispachedCounter = 1043173
DispatchedQueueSize = 0
DispachedCounter = 1042918
I was able to grep out some instances of this here:
totem:activemq michael$ grep -iR dispached .
./activemq-core/src/main/java/org/apache/activemq/broker/jmx/.svn/text-base/SubscriptionView.java.svn-base: public long getDispachedCounter() {
./activemq-core/src/main/java/org/apache/activemq/broker/jmx/.svn/text-base/SubscriptionViewMBean.java.svn-base: long getDispachedCounter();
./activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java: public long getDispachedCounter() {
./activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java: long getDispachedCounter();
./activemq-web-console/src/main/webapp/connection.jsp: <td><c:out value="${consumer.dispachedCounter}" /></td>
./activemq-web-console/src/main/webapp/queueConsumers.jsp: <td>${row.dispachedCounter}</td>
./activemq-web-console/src/main/webapp/subscribers.jsp:<td>${row.dispachedCounter}</td>
./activemq-web-console/src/main/webapp/subscribers.jsp:<td>${row.dispachedCounter}</td>