Messages that are already in the PA mailbox will be dropped (dead letters)
when the actor is stopped.

The BackoffSupervisor also drops messages during the backoff, and as
discussed earlier some kind of resending is needed to make sure that all
messages make it at-least-once.

Read about the reason for stopping in the docs
http://doc.akka.io/docs/akka/2.4.0/java/persistence.html#Failures

tors 5 nov. 2015 kl. 21:05 skrev Anders Båtstrand <[email protected]>:

> Ah, so there is no way to avoid the recovery process, which then would hit
> Cassandra right after each timeout?
>
> When the actor is stopped, I got dead letters in my test (messages sendt
> to the BackoffSupervisor ). Is that correct, or should the mailbox still be
> there, accepting messages?
>
> Trying to make out how to migrate to Akka 2.4! :-)
>
> --
> >>>>>>>>>>      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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
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