Re: [ARTEMIS] core-client: DiscoveryGroup with mSSL TransportConfiguration

2018-05-07 Thread Justin Bertram
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

[ARTEMIS] core-client: DiscoveryGroup with mSSL TransportConfiguration

2018-04-24 Thread andrea.rizz...@gmail.com
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