Re: Messaging Reliability

2016-04-04 Thread Yakov Zhdanov
ache.org] > *Sent:* Monday, April 04, 2016 11:49 > *To:* user@ignite.apache.org > *Subject:* Re: Messaging Reliability > > Philipp, > > Messaging works on top of Ignite internal communication sub-system. > Message delivery is guaranteed, unless recipient node has not left

RE: Messaging Reliability

2016-04-04 Thread Hausmann Philipp
...@apache.org] Sent: Monday, April 04, 2016 11:49 To: user@ignite.apache.org Subject: Re: Messaging Reliability Philipp, Messaging works on top of Ignite internal communication sub-system. Message delivery is guaranteed, unless recipient node has not left the grid. If it leaves (i.e. topology gets

Re: Messaging Reliability

2016-04-04 Thread Yakov Zhdanov
Philipp, Messaging works on top of Ignite internal communication sub-system. Message delivery is guaranteed, unless recipient node has not left the grid. If it leaves (i.e. topology gets EVT_NODE_LEFT or EVT_NODE_FAILED), then sender clears internal queue associated with left node. When node rece