Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2014-01-08 Thread artnaseef
u use the same method on an already-open connection (ActiveMQConnection), it's possible to miss one of the events. -- View this message in context: http://activemq.2283324.n4.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer-tp4675825p4676127

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2014-01-02 Thread salemi
If the network connection to the server is down I can't use JMX to connect to ActiveMQ netiher! -- View this message in context: http://activemq.2283324.n4.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer-tp4675825p4675931.html Sent fro

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-24 Thread Jose MarĂ­a Zaragoza
2013/12/24 salemi : > We have the requirement that if the connection between consumer an AMQ has > been down for 1 hours then we have to take some action in our application. > That is why we need to know if connection between DMLC is down. I don't know how your app works , but maybe you want to de

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread salemi
.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer-tp4675825p4675844.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread Christian Posta
/activemq.2283324.n4.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer-tp4675825.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Detecting the connection to activemq is down using spring DefaultMessageListenerContainer

2013-12-23 Thread salemi
Hi , is there a way to detect that the connection to activemq is down using spring DefaultMessageListenerContainer. Thanks, Ali -- View this message in context: http://activemq.2283324.n4.nabble.com/Detecting-the-connection-to-activemq-is-down-using-spring-DefaultMessageListenerContainer