mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@963104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70314ea8a6
commit
ea0ceacef0
|
@ -639,7 +639,7 @@ public class BrokerService implements Service {
|
|||
if (entry.getKey().isQueue()) {
|
||||
if (entry.getValue().getName().matches(queueName)) {
|
||||
queueSize = entry.getValue().getDestinationStatistics().getMessages().getCount();
|
||||
count = queueSize;
|
||||
count += queueSize;
|
||||
if (queueSize > 0) {
|
||||
LOG.info("Queue has pending message:" + entry.getValue().getName() + " queueSize is:"
|
||||
+ queueSize);
|
||||
|
|
Loading…
Reference in New Issue