I have following jgroups implementation,
Message msg=new Message(null,null,object);
channel.send(msg);
When invoke above send() method. same message received itself.currently ,I avoid by adding condition with msg.getSrc(). can i do that restriction while send message to cluster??