The DiscoveryGroup is used to listen for UDP-multicast broadcasts from a
broker's BroadcastGroup. The connector defined in the broker's
BroadcastGroup is what the client will use to connect to that broker. Of
course, this presents a problem for things that need to be configured
specifically for eac
Hi All,
i have setup a cluster of artemis 2.5.0 in a shared-storage mode.
I have create a simple java program which connects to the cluster when a
failover event happens the client connects to the new elected master
(transparently).
This client has been implemented using the artemis-core-clien