3 Replies Latest reply on Oct 13, 2011 12:26 PM by clebert.suconic

    sharedNothingbackupActivation feature - Still not implemented in 2.2.5?

    subbu22

      Hi,

       

          I am looking for sharedNothing backup activation feature in Hornet HA.

      i have checked this feature in 2.2.5. It seems it is still not implemented.

       

      In my working project we are looking to use this feature.

       

      Could some one please let me know when can this feature will be available with HornetQ server?

       

       

       

      The current version 2.2.5 code snippet is having TODO:

       

      private class SharedNothingBackupActivation implements Activation

         {

            public void run()

            {

               try

               {

                  // TODO

       

                  // Try-Connect to live server using live-connector-ref

       

                  // sit in loop and try and connect, if server is not live then it will return NOT_LIVE

               }

               catch (Exception e)

               {

                  log.error("Failure in initialisation", e);

               }

            }

       

            public void close(boolean permanently) throws Exception

            {

            }

         }

       

      Thanks in advance

      Subbu.