Hey guys,

Here is a patch that fixes AMQ-1900. The patch needs to be applied to
"src/activemq-core/src/main/java/org/apache/activemq/broker/region/PrefetchSubscription.java"

Khaled
193c193,196
<                             node.getRegionDestination().getDestinationStatistics().getDequeues().increment();
---
>                             if(!this.getConsumerInfo().isBrowser())
>                             {
>                             	node.getRegionDestination().getDestinationStatistics().getDequeues().increment();
>                             }

Reply via email to