Re: [akka-user] Get an ActorRef from an Actor of another ActorSystem?

2014-06-20 Thread Akka Team
Hi Troy, First of all, take a look at this section that describes how addressing works: http://doc.akka.io/docs/akka/2.3.3/general/addressing.html > apnsService works fine, but if i did wrote the same code, using path > "user/stream-service" then of course it wouldn't work because context is > l

[akka-user] Get an ActorRef from an Actor of another ActorSystem?

2014-06-18 Thread Troy Payne
Hello. I'm defining two sets of actors, in two different actor systems (to get around an outstanding bug with a third party project...) any who, I need to get a ActorRef from one actor, that's inside of a completely different ActorSystem. How can I do this? Here's some code. (Setting up actor