Hello, Is there a way to configure an Artemis client to failover to another cluster? For example, say you have 3 datacenters- DC1, DC2, and DC3. DC1 and DC2 are connected by high speed low latency networks. DC3 is connected via a low latency network. Cluster 1 (C1) is made up of nodes in DC1 and DC2. Cluster 2 (C2) is made up of nodes that only exist in DC3. The nodes in C1 have been configured to asynchronously mirror messages to C2. How can clients be configured to connect to C1 but failover to C2 if C1 (DC1 and DC2) become unavailable?
One additional question about asynchronously mirroring- can two or more nodes from C1 mirror to the same node in C2? Thank you, Aaron Steigerwald