Re: Configuring security for Managmentcontext in activemq.

2023-05-04 Thread Dnyaneshwar Kulkarni
Hi Matt, I have provided a login.config as 'activemq' but still java is not considering this. Is this settings are specific to any perticular ActiveMQ version? We are currently using 5.16.1 with jdk 8. Thank You. Regards, DK On Wed, 3 May 2023, 20:44 Matt Pavlovich, wrote: > Hello DK- > > A

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

2023-05-04 Thread Modanese, Riccardo
Thank you so much for your feedbacks! I was looking for a solution that avoid me to deploy custom plugins (this is a “support” cluster). The metrics from Prometheus exporter were a good solution. Anyway the command call and the api call you proposed are good options so I’m going to evaluate pro

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

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

2023-05-04 Thread Modanese, Riccardo
Hi, I’m clustering Artemis (2.28.0) using the static configuration. >From my tests the cluster seems to work fine but I didn’t find a way to >understand when a node is part of the cluster. Looking at the standard metrics I see these 2 metrics: * artemis_total_connection_count * artem