Hello, Do any of the ActiveMQServerPlugin methods get called for all live nodes when a cluster’s topology changes, such as when one master node crashes and its slave becomes live? Are any management notification messages generated for the same situation? I looked in the code and it looks like the CLUSTER_CONNECTION_STOPPED notification is generated on the broker that is removed from a cluster gracefully, but it doesn’t look like the same message is generated for other nodes in the cluster.
Also, what broker Java method provides the current active (live and standby) nodes in the cluster’s topology? Thank you, Aaron Steigerwald
