nodeManager.stop();
nodeManager =
createNodeManager(configuration.getJournalDirectory(), configuration.getBackupGroupName(), true);
backupUpToDate = false;
backupSyncLatch.setCount(1);
replicationEndpoint = new ReplicationEndpoint(this, shutdownOnCriticalIO, wasLive);
activation = new SharedNothingBackupActivation(wasLive);
}
backupActivationThread = new Thread(activation, HornetQMessageBundle.BUNDLE.activationForServer(this));
backupActivationThread.start();