For know there is neither reliable transportation nor caching / retransmission in case of node failure (as far as I know).
Eventually it could make sense to offer that features. What is your actual use case for that? Maybe there's some other way to realize it.
Chris
--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at http://groups.google.com/group/hazelcast.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/a8478945-88ab-4322-a510-0f4a6abf8848%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/** * Informs the ReliableMessageListener that it should store the sequence. This method is called before the message is * processed. Can be used to make a durable subscription. * * @param sequence the sequence */ void storeSequence(long sequence);