Hi, Akka has a interesting page [1] about reliability for exchanged messages. After looking a bit into the topic, I understand reasoning behind choosing at-most-once delivery as a default.
What I still struggle with is the message order between two actors. Is this based on the ordering provided by TCP or does Akka reorder messages received (within a certain interval) by itself? With regard to reliability, this article [2] is cited, which also argues that message order has to be tracked on the application layer if needed. Why is message order important or ensured per default? Thanks Joseph [1] http://doc.akka.io/docs/akka/current/general/message-delivery-reliability.html [2] http://www.infoq.com/articles/no-reliable-messaging -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
