[hornetq-commits] JBoss hornetq SVN: r11200 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Aug 13 02:23:19 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-13 02:23:19 -0400 (Sat, 13 Aug 2011)
New Revision: 11200

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
reverting last change

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-08-13 05:48:57 UTC (rev 11199)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2011-08-13 06:23:19 UTC (rev 11200)
@@ -523,7 +523,7 @@
                                          queue.isTemporary(),
                                          filterString,
                                          queue.getConsumerCount(),
-                                         queue.getInstantMessageCount());
+                                         queue.getMessageCount());
       }
       // make an exception for the management address (see HORNETQ-29)
       else if (name.equals(managementAddress))



More information about the hornetq-commits mailing list