Your networkConnectors need to have maxReconnectAttempts=0 if you're using failover. This allows the bridge to be rebuilt (which reinitializes the subscriptions properly) when a reconnect occurs; with a non-zero setting, the failover transport eats the fact of the reconnect and the bridge ends up in a bad state.
I'm sorry it took so long to get back to you on this, and thati didn't catch that when you posted your networkConnectors the first time. Tim On Nov 24, 2015 12:09 PM, "gbrown" <gbr...@mediaocean.com> wrote: > This is my nc entry, same entry on server1 and server2 > > <networkConnector name="csc1" > > uri="static:failover:(tcp://client1:61616,tcp://client2:61616)?randomize=false&maxReconnectAttempts=-1 > " networkTTL="3" staticBridge="true"> > > I am using kahadb with a shared file system, nfs4. > > Gary > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Master-Slave-and-store-and-forward-topic-tp4704070p4704240.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >