You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Matt Duncan <ma...@gmail.com> on 2011/11/21 09:10:18 UTC

Failover and async receive of messages

Hello.

I've a question:
We're using the failover protocol, with NMS 1.5.1 and ActiveMQ 5.5.
When we stop the ActiveMQ, and start it again, sending messages
still works for the clients, but no new messages are received.
We use asynchronous listening (subscribe to Listener).

Do we need to do anything special in the ConnectionResumedListener
for it to receive messages after a failover?

Thanks for any help!