Hello, is it possible that ActorRef is transmitted to another system via actor message, and then used at the target to connect?
as per the akka docs it says it should be possible http://doc.akka.io/api/akka/2.3-M2/#akka.actor.ActorRef (ActorRefs can be freely shared among actors by message passing. Message passing conversely is their only purpose, as demonstrated in the following examples ) but however when we implemented the same we are seeing some issue with it like messages not being delivered to remote actor ref and everything goes to dead letter. Also, is it possible to track the network packages through wireshark ?? Any help will be highly appreciated. Thanks! Tarun -- >>>>>>>>>> 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.
