You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/12/15 10:52:02 UTC

[jira] Resolved: (AMQ-3084) Typo "DispachedCounter" in response when running activemq-admin

     [ https://issues.apache.org/jira/browse/AMQ-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-3084.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0

Fixed with svn revision 1049466

> 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
>            Assignee: Dejan Bosanac
>            Priority: Trivial
>             Fix For: 5.5.0
>
>
> 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.