Yes it is definitely possible, if you use akka-remote and akka-cluster then it works seamlessly (in fact that is one of the main features of those -- to maintain location transparency of ActorRefs).
-Endre On Tue, Jan 21, 2014 at 12:28 AM, Rob Withers <[email protected]> wrote: > > > On Jan 20, 2014, at 3:57 PM, Rob Withers <[email protected]> wrote: > > > > [crop] Akka will do nicely here, perhaps by passing the ActorRef to > Actor-B in the original send. > > Is this even possible, to pass an ActorRef remotely? > > - charlie > > -- > >>>>>>>>>> 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.
