I am wondering if it is possible to create multiple instances of 
ActorSystem within a single JVM? 

I create my systems as

ActorSystem actorSystem = ActorSystem.create("mySystem", ConfigFactory.load
().getConfig("mySystem"));

and when I call startTime() of each system created it seems to indicate 
that the systems were created at different times. However when I terminate 
one system the messages which where sent within other systems end up in the 
dead letter box which seems to indicate that in reality only one system was 
created.

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to