Typo "DispachedCounter" in response when running activemq-admin
---------------------------------------------------------------
Key: AMQ-3084
URL: https://issues.apache.org/jira/browse/AMQ-3084
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.4.0
Environment: Linux, CentOS 5.5, activemq 5.4.0, Java Runtime: Sun
Microsystems Inc. 1.6.0_17 /usr/java/jdk1.6.0_17/jre
Reporter: Michael A. Fiedler
Priority: Trivial
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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.