We are running artemis multiple artemis clusters between hot and cold datacenters in a dual mirroring setup, so:
A mirrors with A’ B mirrors with B’ We also have core bridges between A and B so: A.forwardBfoo goes to B.foo A’.forwardBfoo goes to B’.foo (by virtue of symmetric configuration) B.forwardAfoo goes to A.foo A’.forwardAfoo goes to A’.foo My question, is does this potentially amplify/duplicate messages as the core bridge picks up the forward on both sides of the mirror? Does the answer depend on whether we’re running earlier/later than 2.24.0? If so is the recommended workaround to exclude the forward* queues in the mirror configuration? Thanks, Stephen E. Baker
