git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-09-09 10:51:15 +00:00
parent a38e372ef4
commit ba740dca56
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public abstract class PrefetchSubscription extends AbstractSubscription {
// Don't remove the nodes until we are committed.
if (!context.isInTransaction()) {
dequeueCounter++;
if (this.getConsumerInfo().isBrowser()) {
if (!this.getConsumerInfo().isBrowser()) {
node.getRegionDestination().getDestinationStatistics().getDequeues().increment();
}
if (!isSlave()) {