Hi Vatel, I still do not understand. Why is a *SenderActor* supposed to process Message1? It is supposed to send it, not receive it, at least that is what you said. Also, in your example, is SenderActor a persistent entity? Is the "trigger event" (which results in sending Message1) persisted?
You might want to take a look at the persistence documentation first: http://doc.akka.io/docs/akka/snapshot/scala/persistence.html -Endre On Mon, Jan 20, 2014 at 1:40 PM, [email protected] <[email protected]>wrote: > Endre, > > for example: SenderActor at NodeA is ready to send Message1 (maybe this > is some request got from http client or a message from some other actor) > to ReceiverActor, but the ReceiverActor is unreachable (it will not ACK > the Message1). After that the whole NodeA fails. Will Message1 be > processed by another instance of SenderActor in cluster? > > > Your question is a bit unclear to me. What do you exactly mean by > > unable to send a message? The actor fails before sending the message? > > Or you are referring to some of the Channels? > > > > -Endre > > > > > > On Mon, Jan 20, 2014 at 1:09 PM, > > [email protected] > > <[email protected]>wrote: > > > > > Hello, > > > > > > After reading this topic: > > > https://groups.google.com/forum/#!topic/akka-user/Tb1Qqh4ZMmo > > > one thing is still unclear to me. > > > > > > If a SenderActor at NodeA is unable to send a Message1 to a > > > ReceiverActor and a bit later the NodeA fails (and never restarts), > > > will the framework itself solve the task of passing Message1 to > > > other instances of SenderActor in cluster? > > > > > > Thanks. > > > -- > > > Vatel > > > > > > -- > > > >>>>>>>>>> Read the docs: http://akka.io/docs/ > > > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > > > >>>>>>>>>> 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/groups/opt_out. > > > > > > > > > > > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. > -- Akka Team Typesafe - The software stack for applications that scale Blog: letitcrash.com Twitter: @akkateam -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
