Yes I'm using failover.  The problem is that if I don't set the
maxReconnectAttempts, it waits forever when I call send and the connection
is down.  But if I set the maxReconnectAttempts, then after it reaches that
max number of attempts, it never connnects again.  Shouldn't I be able to
attempt a send, and continue processing if send fails, and then when the
consumer comes back up, the reconnect should occur and the missed messages
should be processed.  
-- 
View this message in context: 
http://www.nabble.com/Persistence-Behavior-tp25458903p25463124.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to