tree: 988b804f4c73f99c3cacbad6d7d685a1a1895220 [path history] [tgz]
  1. src/
  2. pom.xml
  3. readme.md
examples/features/ha/replicated-failback/readme.md

JMS Replicated Failback Example

To run the example, simply type mvn verify from this directory.

This example demonstrates two servers coupled as a live-backup pair for high availability (HA) using replication and a client connection failing over from live to backup when the live broker is crashed and then back to the original live when it is restarted (i.e. “failback”).

For more information on ActiveMQ Artemis failover and HA, and clustering in general, please see the clustering section of the user manual.