mirror of https://github.com/apache/activemq.git
corrected applying patch for https://issues.apache.org/activemq/browse/AMQ-1900
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@693431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a38e372ef4
commit
ba740dca56
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue