Hi Guylain,

"Processing of the current message, if any, will continue before the actor
is stopped, but additional messages in the mailbox will not be processed.
By default these messages are sent to the deadLetters of the ActorSystem,
but that depends on the mailbox implementation."

- http://doc.akka.io/docs/akka/2.3.4/scala/actors.html

On Tue, Jul 15, 2014 at 7:07 PM, Guylain Lavoie <guylainlav...@gmail.com>
wrote:

> Hello,
>
> I would like to understand what happens to the yet undelivered queued
> messages that were sent by an actor that was just terminated.
> For example, actor A send message M to B. M is queued as B is currently
> occupied. A is terminated. Will the message M be delivery to B? If so, is
> there a way to safely ignore this message when it is later delivered?
>
> Thanks!
> Guylain
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to