Re: ActiveMQ health state check

2024-03-04 Thread Ephemeris Lappis
Hello. I'm going to create a JIRA. I'm also going to find some other points, if any, to check the actual state, with other Jolokia requests. Thanks for your help. Regards. Le lun. 4 mars 2024 à 07:18, Jean-Baptiste Onofré a écrit : > > Hi > > Jolokia health service only considers the BrokerSe

Re: ActiveMQ health state check

2024-03-03 Thread Jean-Baptiste Onofré
Hi Jolokia health service only considers the BrokerService status, it doesn't check all layers (like persistent store or transports). I propose to create a Jira as it's possible to improve this. In the meantime, you can implement your own check including the different layers. Regards JB On Thu,

ActiveMQ health state check

2024-02-29 Thread Ephemeris Lappis
Hello. I'm looking for the best ways to check our ActiveMQ instances. Trying the jolokia "health" service, I thought I had a nice way to do it, but I see that the status is ... lying. We use a jdbc persistence configuration, and when the database crashes, the CurrentStatus is still "Good"... I'm

Re: Activemq health

2017-01-28 Thread Timothy Bish
ing the health other than immediately after a new deployment. Thanks, adam -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-health-tp4675512p4721282.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. I beleive if you call healthStatus you

Re: Activemq health

2017-01-23 Thread Adam Whitney
ter a new deployment. Thanks, adam -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-health-tp4675512p4721282.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Activemq health

2013-12-13 Thread Rodrigo Ramos
Thanks for your help. 2013/12/13 Robert Davies > If you can use JMX there’s a HealthView MBean associated with the broker - > which summarises things like memory usage, disk space usage, Queues with no > consumers etc. > > On 13 Dec 2013, at 05:57, Rodrigo Ramos wrote: > > > Hello everybody >

Re: Activemq health

2013-12-12 Thread Robert Davies
If you can use JMX there’s a HealthView MBean associated with the broker - which summarises things like memory usage, disk space usage, Queues with no consumers etc. On 13 Dec 2013, at 05:57, Rodrigo Ramos wrote: > Hello everybody > > > Im starting with activemq. I have been reading about ho

Activemq health

2013-12-12 Thread Rodrigo Ramos
Hello everybody Im starting with activemq. I have been reading about how to test the service. The site talks only about one way to do it, using netstat. Netstat shows the status of listening port, but not the health of service. Is there any way to test that the process is healthy? Greetings