Those stats clearly show that the duplication occurs when forwarding from A
to B, so my question of whether conduitSubscriptions is in use for that
link is even more pertinent. My guess is that you'll find that it's not,
and that enabling it fixes this behavior.

Tim

On Jul 26, 2017 7:13 AM, "tpavelka" <tomas.pave...@ca.com> wrote:

> I plan to debug further, but right now I have statistics for one message
> sent
> from A to topic T. This is best shown in a table, but I don't want to mess
> up formatting in email clients, so here it is in CSV:
>
> With audit on:
>
> audit on,A,B,C,D,,
> Enqueue count,1,2,1,1
> Dequeue count,2,2,1,1
> Dispatch count,2,2,1,1
> Forward count,2,2,0,0
> Inflight count,0,0,0,0
> Consumer count,2,2,2,2
>
> With audit off:
>
> audit off,A,B,C,D
> Enqueue count,1,2,2,2
> Dequeue count,2,4,2,2
> Dispatch count,2,4,2,2
> Forward count,2,4,0,0
> Inflight count,0,0,0,0
> Consumer count,2,2,2,2
>
> I can reliably reproduce this now, but I am using some proprietary wrappers
> which I can't share. If I can't find the root cause in reasonable time I
> can
> try to reproduce this in plain ActiveMQ.
>
> Thanks for the help!
>
> Tomas
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/Duplicate-messages-received-with-ActiveMQ-5-13-2-
> tp4728627p4728926.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to