You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/12/15 10:50:37 UTC

svn commit: r1049466 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/broker/jmx/ activemq-web-console/src/main/webapp/

Author: dejanb
Date: Wed Dec 15 09:50:36 2010
New Revision: 1049466

URL: http://svn.apache.org/viewvc?rev=1049466&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3084 - typo in SubscriptionView

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java
    activemq/trunk/activemq-web-console/src/main/webapp/connection.jsp
    activemq/trunk/activemq-web-console/src/main/webapp/queueConsumers.jsp
    activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java?rev=1049466&r1=1049465&r2=1049466&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionView.java Wed Dec 15 09:50:36 2010
@@ -244,7 +244,7 @@ public class SubscriptionView implements
     /**
      * @return number of messages that matched the subscription
      */
-    public long getDispachedCounter() {
+    public long getDispatchedCounter() {
         return subscription != null ? subscription.getDispatchedCounter() : 0;
     }
 

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java?rev=1049466&r1=1049465&r2=1049466&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/broker/jmx/SubscriptionViewMBean.java Wed Dec 15 09:50:36 2010
@@ -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

Modified: activemq/trunk/activemq-web-console/src/main/webapp/connection.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/connection.jsp?rev=1049466&r1=1049465&r2=1049466&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/connection.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/connection.jsp Wed Dec 15 09:50:36 2010
@@ -110,7 +110,7 @@ No connection could be found for ID <c:o
 	<td><c:out value="${consumer.selector}" /></td>
 	<td><c:out value="${consumer.enqueueCounter}" /></td>
 	<td><c:out value="${consumer.dequeueCounter}" /></td>
-	<td><c:out value="${consumer.dispachedCounter}" /></td>
+	<td><c:out value="${consumer.dispatchedCounter}" /></td>
 	<td><c:out value="${consumer.dispatchedQueueSize}" /></td>
 	<td>
 		<c:out value="${consumer.prefetchSize}" /><br/>

Modified: activemq/trunk/activemq-web-console/src/main/webapp/queueConsumers.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/queueConsumers.jsp?rev=1049466&r1=1049465&r2=1049466&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/queueConsumers.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/queueConsumers.jsp Wed Dec 15 09:50:36 2010
@@ -59,7 +59,7 @@
 	<td>${row.selector}</td>
 	<td>${row.enqueueCounter}</td>
 	<td>${row.dequeueCounter}</td>
-	<td>${row.dispachedCounter}</td>
+	<td>${row.dispatchedCounter}</td>
 	<td>${row.dispatchedQueueSize}</td>
 	<td>
 		${row.prefetchSize}<br/>

Modified: activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp?rev=1049466&r1=1049465&r2=1049466&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/subscribers.jsp Wed Dec 15 09:50:36 2010
@@ -99,7 +99,7 @@
 <td>${row.selector}</td>
 <td>${row.pendingQueueSize}</td>
 <td>${row.dispatchedQueueSize}</td>
-<td>${row.dispachedCounter}</td>
+<td>${row.dispatchedCounter}</td>
 <td>${row.enqueueCounter}</td>
 <td>${row.dequeueCounter}</td>
 <td>
@@ -140,7 +140,7 @@
 <td>${row.selector}</td>
 <td>${row.pendingQueueSize}</td>
 <td>${row.dispatchedQueueSize}</td>
-<td>${row.dispachedCounter}</td>
+<td>${row.dispatchedCounter}</td>
 <td>${row.enqueueCounter}</td>
 <td>${row.dequeueCounter}</td>
 <td>