Re: connection state check

2007-09-11 Thread Marcin Szkudlarek
Thanks for suggestion. I've already tried that and getting no notification that the server is down. Regards, Marcin James.Strachan wrote: > > On 9/6/07, Marcin Szkudlarek <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> How I can check the state of activemq connection? i.e. how i can check >> that

Re: connection state check

2007-09-06 Thread James Strachan
On 9/6/07, Marcin Szkudlarek <[EMAIL PROTECTED]> wrote: > > Hi all, > How I can check the state of activemq connection? i.e. how i can check that > the activemq server is up and running? My app needs to detect the cases when > the server is killed by kill -9 so advisory topics are not helpful here.

Re: connection state check

2007-09-06 Thread Juergen Mayrbaeurl
Hi! Try to use the JMX interface ( http://activemq.apache.org/jmx.html ActiveMQ JMX ). Since you're using Spring this is quite easy. Kind regards Juergen Marcin Szkudlarek wrote: > > Hi all, > How I can check the state of activemq connection? i.e. how i can check > that the activemq server i