Hi, Yes, broker mirroring sounds like a suitable solution to the use case you have described, perhaps in particular "Dual Mirror" described here: https://activemq.apache.org/components/artemis/documentation/latest/amqp-broker-connections.html#dual-mirror-disaster-recovery
Personally I'd recommend you looking into establishing communication with the brokers directly, without using a load balancer, but either way should work and be able to provide you with a "failsafe" system. The thing you should pay attention to with this type of setup is to make sure you only have active consumers on a given queue on one of the brokers at a time. As the documentation states: "It is recommended to not have active consumers on both servers." Otherwise you run the risk of duplication of received messages. Br, Anton --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org For additional commands, e-mail: users-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact