Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3084

Typo "DispachedCounter" in response when running activemq-admin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 5.4.0
    • 5.5.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>

      Attachments

        Activity

          People

            dejanb Dejan Bosanac
            miketheman Michael A. Fiedler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: