Hi All,
     Thanks Konrad for your suggestions, I read the documents you 
suggested. I did the following changes in my project's *application.conf*.
akka{
loglevel = DEBUG
actor{
provider = "akka.cluster.ClusterActorRefProvider"
}
remote{
log-remote-lifecycle-events = on
transport = "akka.remote.netty.NettyRemoteTransport"
netty{
host = "10.97.123.68"
port = 0
}
log-received-messages = on
 log-sent-messages = on
}
    cluster{
seed-nodes = [ "akka://[email protected]:50000",
"akka://[email protected]:50006" ]
 seed-node-timeout = 60s
auto-down-unreachable-after = 10s
}
}

I have following question in my mind, some might be stupid 

1. As we are using ActorSystems defined on each node, Is it creating actor 
references in each actor system?

As I gave the desired structure of my project requirement, I want to take 
messages on the Node1 and create single Actor for each type of message and 
distribute these Actors for execution on different nodes. how can I do 
this? 

Please suggest any configuration required in the *application.conf*


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

Reply via email to