Re: [jgroups-dev] RSVP: knowing that a message has been delivered at all cluster members
Bela Ban <[email protected]> Tue, 19 Mar 2013 09:51:02 +0100
| Newsgroups | gmane.comp.java.javagroups.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/19/13 8:34 AM, muratozturk wrote: > Hi there, > > I have a question on this subject. > Can we know that a message has been delivered at all cluster members in > channel only by means of RSVP protocol? Are there any alternative ways to do > it?? JGroups guarantees that messages are delivered at all non-faulty members. But if you want an ack from every recipient, you either need to tag the message as RSVP, or use a blocking sync RPC, which returns an RspList with status / result for every recipient. -- Bela Ban, JGroups lead (http://www.jgroups.org) ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Javagroups-development mailing list