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, > vatel...@gmail.com > <vatel...@gmail.com>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 > > 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/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 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/groups/opt_out.