messageCounterManager = new MessageCounterManager(messageCounterSamplePeriod);
clusterNotifier = new DefaultClusterNotifier();
clusterNotifier.registerListener(connectionManager);
clusterNotifier.registerListener(connFactoryJNDIMapper);
failoverWaiter = new FailoverWaiter(serverPeerID, failoverStartTimeout, failoverCompleteTimeout, txRepository);
clusterNotifier.registerListener(failoverWaiter);
// TODO: Only used for ClusterConnectionManager, won't work if the
// external SecurityStore does not use passwords
if (suckerPassword == null)