Re: divert messages to another amq

2020-12-24 Thread Domenico Francesco Bruscino
Hi Mark, ActiveMQ Artemis 2.16 introduced the mirror operation[1] on a AMQP Server Connection[2]. The mirror operation[1] allows the broker to duplicate messages and to send acknowledgements, using an AMQP connection[2] to another broker. [1] https://activemq.apache.org/components/artemis/documen

divert messages to another amq

2020-12-23 Thread Mark Lybarger
can i use a non exclusive diverter to send a copy of a message to another broker instance? i want all prod messages sent to both prod and the standby.