-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARTEMIS-4802 - Fixing the use of depricating tags master,slave,check-…
…for-live-server in ha/replicated-failback sample
- Loading branch information
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
# JMS Replicated Failback Example | ||
|
||
To run the example, simply type **mvn verify** from this directory. | ||
## Preparation | ||
If not already done, [Prepare the broker distribution](https://github.com/apache/activemq-artemis-examples?tab=readme-ov-file#prepare-the-broker-distribution). | ||
|
||
## Running the Example | ||
To run the example, simply execute the below command from this directory: | ||
``` | ||
mvn verify | ||
``` | ||
|
||
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. | ||
For more information on ActiveMQ Artemis failover and HA, and clustering in general, please see the clustering section of the user manual. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters