0 Replies Latest reply on Nov 14, 2018 1:39 AM by jaga244

    How to send message to all node in the cluster but not sender node who sent message in jgroups??

    jaga244

      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??