As a follow-up to my question "When can delivery fail *within the same JVM*?" (which got no reply so far, by the way), I would like to know if Akka at least guaranty that any message which could not be delivered ends up in "dead letters"? Also, if the message was sent to a remote actor, does it end up in the sender's actor-system "dead letters", or the receiver's actor-system "dead letters", or does it depend on the failure?
Is there known cases where the messages just get lost completely?
And when is a message considered "delivered" anyway? When it gets in the mailbox, or when it entered the actor's processing code, or when the processing code successfully returns? (The later is the only "reliable" definition IMO)
Roland Kuhn
Typesafe – The software stack for applications that scale.
twitter: @rolandkuhn
--
You received this message because you are subscribed to the Google Groups "Akka User List" group.To post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/akka-user?hl=en.