activemq-artemis/artemis-core-client
Justin Bertram 3dd50f8ff1 ARTEMIS-3831 scale-down w/jgroups fails if using same dg as cluster-connection
If both scale-down and cluster-connection are using the same JGroups
discovery-group then when the cluster-connection stops it will close the
underlying org.jgroups.JChannel and when the scale-down process tries to
use it to find a server it will fail.

This commit ensures that the JGroupsBroadcastEndpoint implementation of
BroadcastEndpoint#openClient initializes the channel if it has been
closed.
2024-01-22 15:02:02 -05:00
..
src ARTEMIS-3831 scale-down w/jgroups fails if using same dg as cluster-connection 2024-01-22 15:02:02 -05:00
pom.xml ARTEMIS-4528 tls, add support for PEM key store type 2023-12-15 15:52:48 +00:00