Hi Krishna,

is there something in the documentation that doesn't work for you and if
so, what?

http://doc.akka.io/docs/akka/2.3.7/scala/remoting.html

On Thu, Dec 11, 2014 at 5:28 AM, Krishna Kadam <shrikrishna.kad...@gmail.com
> wrote:

> Hi,
>
> This might be a stupid question, I am creating remote actor in each of two
> processes at a port 50000, and 50002 and I have done changes mentioned in
> application.conf as akka{
> loglevel = DEBUG
> actor{
> provider = "akka.remote.RemoteActorRefProvider"
> }
> remote{
>  netty{
> host = "127.0.0.1"
> port = 50000
> }
> log-received-messages = on
>  log-sent-messages = on
> }
> }
>
> This is creating the remote actors at specified port number in each of the
> processes, Now I want to get the actor ref of remote actor created at 50002
> in a process at 50000. I tried actorSelection but it's not working. I might
> be missing something obvious.
>
> How can I know whether the ActorSelection is selecting a remote actor or
> not?
>
> Regards
> Krishna Kadam
>
> --
> >>>>>>>>>> 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 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/d/optout.
>



-- 
Cheers,
√

-- 
>>>>>>>>>>      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 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/d/optout.

Reply via email to