Hello everyone We have a setup of three Artemis brokers (very old version don’t ask :))
We would like to configure the co located backups such that the backups are sent in this order: Broker01 -> Broker02 Broker02 -> Broker03 Broker03 -> Broker01 I was reading on co located backups here: https://activemq.apache.org/components/artemis/documentation/1.0.0/ha.html however not sure I fully understand how to configure the xml section to achieve that. Shall I add excludes in each broker, i.e. <colocated> <excludes> <connector-ref>...</connector-ref> </excludes> Any help would be appreciated. Many thanks in advance !