public class SymmetricClusterExample extends Object
This is probably the most obvious clustering topology and the one most people will be familiar with from using clustering in an app server, where every node has pretty much identical configuration to every other node.
By clustering nodes symmetrically, ActiveMQ Artemis can give the impression of clustered queues, topics and durable subscriptions.
In this example we send some messages to a distributed queue and topic and kill all the live servers at different times, and verify that they transparently fail over onto their backup servers.
Please see the readme for more information.
| Constructor and Description |
|---|
SymmetricClusterExample() |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.