Re: Health check Activemq

2014-01-15 Thread Claus Ibsen
Hi Can you tell a bit more what you ask about? Are you talking about some java code, or how to monitor the health of ActiveMQ brokers in general? The latter is also more general how to monitor JVM and there is tooling that can do that. Though JMX in Java offers a API that allows you to check runt

Re: Health check Activemq

2014-01-14 Thread Rodrigo Ramos
You can use JMX for that. There is an application for that: http://wiki.cyclopsgroup.org/jmxterm I hope It be helpful for you. 2014/1/14 salemi > could you provide the sample class for Health check Activemq? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/

Re: Health check Activemq

2014-01-14 Thread salemi
could you provide the sample class for Health check Activemq? -- View this message in context: http://activemq.2283324.n4.nabble.com/Health-check-Activemq-tp2361131p4676285.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Health check Activemq

2008-09-30 Thread Janesh S
Thanks Bruce/ James, I have created a health check class which sends/receives a test message to/from a test channel. This seems to be the most reliable method. Jan -- View this message in context: http://www.nabble.com/Health-check-Activemq-tp19604586p19739603.html Sent from the ActiveMQ - U

Re: Health check Activemq

2008-09-29 Thread James Strachan
2008/9/22 Janesh S <[EMAIL PROTECTED]>: > > Hi, > > Is there a tool/code with which we can do health check of ActiveMQ. This is > needed to make sure that ActiveMQ connection is fine and the queue/topic is > ALIVE. Thanks. If you use the Failover transport then ActiveMQ client will automatically r

Re: Health check Activemq

2008-09-26 Thread Bruce Snyder
On Mon, Sep 22, 2008 at 3:36 AM, Janesh S <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a tool/code with which we can do health check of ActiveMQ. This is > needed to make sure that ActiveMQ connection is fine and the queue/topic is > ALIVE. Thanks. Sending messages is the best way to test. You