changed some defaults

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@638844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-03-19 14:35:32 +00:00
parent dd57e40758
commit 2f9fdea41f
1 changed files with 2 additions and 2 deletions

View File

@ -164,10 +164,10 @@ public class BrokerService implements Service {
private int producerSystemUsagePortion = 60;
private int consumerSystemUsagePortion = 40;
private boolean splitSystemUsageForProducersConsumers;
private boolean monitorConnectionSplits=true;
private boolean monitorConnectionSplits=false;
private int taskRunnerPriority = Thread.NORM_PRIORITY;
private boolean dedicatedTaskRunner;
private boolean cacheTempDestinations=true;//useful for failover
private boolean cacheTempDestinations=false;//useful for failover
private int timeBeforePurgeTempDestinations = 5000;