if (!controlChannel.hasProtocol(SEQUENCER.class))
throw new RuntimeException("JChannel must have the SEQUENCER protocol");
addNodeProperty(JGROUPS_ADDRESS, true, true, JGROUPS_ADDRESS_READER_WRITER);
channel.addChannelListener(new ChannelListener() {
@Override
public void channelConnected(org.jgroups.Channel channel) {
}