Relative Content

Tag Archive for javajmsactivemq-artemis

ActiveMQ Artemis: Handling Client Failover for Independent Servers Without Built-in `failover` Protocol from ActiveMQ Classic

TL;DR: I’m migrating from ActiveMQ Classic to ActiveMQ Artemis and need to manually handle client failover between two independent servers. The failover: protocol from ActiveMQ Classic is not available in Artemis. How can I implement application-level failover using an ExceptionListener to achieve a silent client reconnect as it used to happen in ActiveMQ Classic? We […]