Cluster config setting to disable jmx, see #2531

This commit is contained in:
Patrik Nordwall 2012-09-20 08:09:01 +02:00
parent 7b06ee5705
commit 068335789c
5 changed files with 12 additions and 3 deletions

View file

@ -33,6 +33,7 @@ object MultiNodeClusterSpec {
akka.cluster {
auto-join = on
auto-down = off
jmx.enabled = off
gossip-interval = 200 ms
heartbeat-interval = 400 ms
leader-actions-interval = 200 ms