Author: clebert.suconic(a)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))
Show replies by date