System.setProperty(Global.CUSTOM_LOG_FACTORY, "mesi.jgroups.SLF4JLogFactory");
//System.setProperty(org.jgroups.Global.USE_JDK_LOGGER, "true");
final Logger log = LoggerFactory.getLogger(JGroupsTKB.class);
Cluster cluster = mock(Cluster.class);
//when(cluster.getNodeId(ADDRESS)).thenReturn((short) 1);
//when(cluster.getSocketAddress((short) 1)).thenReturn(ADDRESS);
JChannel jchannel = new JChannel();
jchannel.setDiscardOwnMessages(true);