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
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/
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.
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
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
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