CONSUMER_LOG.info( "starting the replication consumer with {}", consumer );
boolean isConnected = consumer.connect( ReplicationConsumer.NOW );
if ( isConnected )
{
pingerThread.addConsumer( consumer );
// We are now connected, start the replication
ReplicationStatusEnum status = null;
do