Enabling 'cluster' for the routing tests

This commit is contained in:
Viktor Klang 2011-07-13 18:06:53 +02:00
parent 99aafc6306
commit 31ad9db634
5 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
akka.enabled-modules = ["cluster"]
akka.event-handler-level = "DEBUG"
akka.actor.deployment.service-hello.router = "round-robin"
akka.actor.deployment.service-hello.clustered.home = "node:node1"

View file

@ -1,2 +1,3 @@
akka.enabled-modules = ["cluster"]
akka.event-handler-level = "DEBUG"
akka.actor.deployment.service-hello.router = "direct"

View file

@ -1,2 +1,3 @@
akka.enabled-modules = ["cluster"]
akka.event-handler-level = "DEBUG"
akka.actor.deployment.service-hello.router = "direct"

View file

@ -1,3 +1,4 @@
akka.enabled-modules = ["cluster"]
akka.event-handler-level = "DEBUG"
akka.actor.deployment.service-hello.router = "direct"
akka.actor.deployment.service-hello.clustered.replicas = 1

View file

@ -1,2 +1,3 @@
akka.enabled-modules = ["cluster"]
akka.event-handler-level = "DEBUG"
akka.actor.deployment.service-hello.router = "direct"