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