Re: Artemis - how to detect when a node is joined to the cluster

2023-05-04 Thread Domenico Francesco Bruscino
You could execute the artemis check node command to check a node topology, i.e. if you need to check that a node with the address IP 192.168.10.1 has a topology with at least 2 other nodes of the cluster use the following command: artemis check node --peers 3 --url tcp://192.168.0.1:61616 On Thu,

RE: Artemis - how to detect when a node is joined to the cluster

2023-05-04 Thread Dondorp, Erwin
We use the API operation "listNetworkTopology()" to get this information. This is also the function that is used by the Broker Diagram. e. -Original Message- From: Modanese, Riccardo Sent: donderdag 4 mei 2023 11:25 To: users@activemq.apache.org Subject: Artemis - how to detect when a no