5 Replies Latest reply on Nov 13, 2009 12:57 PM by anthonylee

    Proper way to achieve failover and recovery in symmetric clu

      I seem to be having problems figuring out how to recover a live node in a symmetric cluster after failover.

      Scenario:
      2 live nodes (A, B) with corresponding backups (C, D) running in self discovery broadcast cluster.

      Client using standard JMS/JNDI interface for ConnectionFactory. (not the core api)

      I've ensured that while running the example that I end up having consumers on both nodes A and B. I then kill node A (kill -9) and the failover to node C works as expected... no hiccups whatsoever.

      The problem is... how do I bring recover node A without causing any service interruptions? (I'm running 2.0.0-BETA5)