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

@ -35,6 +35,7 @@ class ClusterConfigSpec extends AkkaSpec {
JoinTimeout must be(60 seconds)
AutoJoin must be(true)
AutoDown must be(false)
JmxEnabled must be(true)
UseDispatcher must be(Dispatchers.DefaultDispatcherId)
GossipDifferentViewProbability must be(0.8 plusOrMinus 0.0001)
MaxGossipMergeRate must be(5.0 plusOrMinus 0.0001)