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

Health check Activemq

2008-09-22 Thread Janesh S
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. Thanks & Regards, Janesh -- View this message in context: http://www.nabble.com/Health-check-Activemq-tp19604586p19604586.h

Re: How to shutdown activemq 5.1.0 server?

2008-08-13 Thread Janesh S
) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.activemq.console.Main.runTaskClass(Main.java:222) > at org.apache.activemq.console.Main.ma

Re: How to shutdown activemq 5.1.0 server?

2008-08-12 Thread Janesh S
Hi Bruce, Setting the SUNJMX variable (as follows) before starting the server using "activmq-admin start" helped. I was then able to gracefully shutdown the server using "activemq-admin stop". export SUNJMX="-Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=fal

Re: How to shutdown activemq 5.1.0 server?

2008-08-12 Thread Janesh S
Hi, Finally I wrote the scripts myself and thought of sharing it on the forum for public reference: #!/bin/sh # Startup script for Apache ActiveMQ ### MQ_HOME=/apache-activemq-5.1.0 cd $MQ_HOME/bin export SUNJMX="-Dcom.sun.manage

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
Hi, Can someone please help me with the shutdown? Thanks. Jan Hi Bruce, Thanks! I tried enabling the JMX using each of the following options, but still was unable to stop the server using the "activemq-admin stop" command: -- View this message in context: http://www.nabble.com/How-to-shu

Re: How to shutdown activemq 5.1.0 server?

2008-08-08 Thread Janesh S
p? Thanks. Kind Regards, Janesh bsnyder wrote: > > On Thu, Aug 7, 2008 at 9:40 PM, Janesh S <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I want to use activemq on a linux server. I have installed activemq >> 5.1.0. I >> could run the server

How to shutdown activemq 5.1.0 server?

2008-08-07 Thread Janesh S
Hi, I want to use activemq on a linux server. I have installed activemq 5.1.0. I could run the server by invoking the activemq executable directly. But I do not find a way to gracefully shutdown the server as there is no shutdown script/executable present in the bin directory. I read the follow