From c75ff7f163d1a41573ebd70fa02d0cdaef717d9a Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Wed, 15 Dec 2010 09:50:36 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3084 - typo in SubscriptionView git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1049466 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/activemq/broker/jmx/SubscriptionView.java | 2 +- .../org/apache/activemq/broker/jmx/SubscriptionViewMBean.java | 2 +- activemq-web-console/src/main/webapp/connection.jsp | 2 +- activemq-web-console/src/main/webapp/queueConsumers.jsp | 2 +- activemq-web-console/src/main/webapp/subscribers.jsp | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java b/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java index f31bb88461..e8fd4a48f5 100755 --- a/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java @@ -244,7 +244,7 @@ public class SubscriptionView implements SubscriptionViewMBean { /** * @return number of messages that matched the subscription */ - public long getDispachedCounter() { + public long getDispatchedCounter() { return subscription != null ? subscription.getDispatchedCounter() : 0; } diff --git a/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java b/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java index a5e6cc4832..edc9b81291 100755 --- a/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java +++ b/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java @@ -113,7 +113,7 @@ public interface SubscriptionViewMBean { * @return number of messages that matched the subscription */ @MBeanInfo("Number of messages that sent to the client.") - long getDispachedCounter(); + long getDispatchedCounter(); /** * @return number of messages that matched the subscription diff --git a/activemq-web-console/src/main/webapp/connection.jsp b/activemq-web-console/src/main/webapp/connection.jsp index ff54902009..62b9e5e319 100644 --- a/activemq-web-console/src/main/webapp/connection.jsp +++ b/activemq-web-console/src/main/webapp/connection.jsp @@ -110,7 +110,7 @@ No connection could be found for ID - +
diff --git a/activemq-web-console/src/main/webapp/queueConsumers.jsp b/activemq-web-console/src/main/webapp/queueConsumers.jsp index 862c6075bf..cb88645174 100644 --- a/activemq-web-console/src/main/webapp/queueConsumers.jsp +++ b/activemq-web-console/src/main/webapp/queueConsumers.jsp @@ -59,7 +59,7 @@ ${row.selector} ${row.enqueueCounter} ${row.dequeueCounter} - ${row.dispachedCounter} + ${row.dispatchedCounter} ${row.dispatchedQueueSize} ${row.prefetchSize}
diff --git a/activemq-web-console/src/main/webapp/subscribers.jsp b/activemq-web-console/src/main/webapp/subscribers.jsp index d552bf245a..411d655cf0 100644 --- a/activemq-web-console/src/main/webapp/subscribers.jsp +++ b/activemq-web-console/src/main/webapp/subscribers.jsp @@ -99,7 +99,7 @@ ${row.selector} ${row.pendingQueueSize} ${row.dispatchedQueueSize} -${row.dispachedCounter} +${row.dispatchedCounter} ${row.enqueueCounter} ${row.dequeueCounter} @@ -140,7 +140,7 @@ ${row.selector} ${row.pendingQueueSize} ${row.dispatchedQueueSize} -${row.dispachedCounter} +${row.dispatchedCounter} ${row.enqueueCounter} ${row.dequeueCounter}