[
https://issues.apache.org/jira/browse/AMQ-5289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Tully resolved AMQ-5289.
-----------------------------
Resolution: Fixed
fix in http://git-wip-us.apache.org/repos/asf/activemq/commit/25e3c1b3
new DestinationView long getForwardCount() that exposed forwards from
destination statistics that tracks messages that are acked from
networkConsumers. (ie: network forwards)
> Track forwards across a network in destination statistics
> ---------------------------------------------------------
>
> Key: AMQ-5289
> URL: https://issues.apache.org/jira/browse/AMQ-5289
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 5.10.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Labels: accounting, destinations, mbean, statistics
> Fix For: 5.11.0
>
>
> When using message stats for accountability in a broker mesh the forwarding
> of messages results in duplicate accounting because the same message is
> dequeued multiple times, when forwarded and when consumed.
> tracking forwards in the destination statistic means that local consumption
> can be captured with dequeueCount - forwardCount
--
This message was sent by Atlassian JIRA
(v6.2#6252)