mirror of https://github.com/apache/activemq.git
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:
parent
dd57e40758
commit
2f9fdea41f
|
@ -164,10 +164,10 @@ public class BrokerService implements Service {
|
||||||
private int producerSystemUsagePortion = 60;
|
private int producerSystemUsagePortion = 60;
|
||||||
private int consumerSystemUsagePortion = 40;
|
private int consumerSystemUsagePortion = 40;
|
||||||
private boolean splitSystemUsageForProducersConsumers;
|
private boolean splitSystemUsageForProducersConsumers;
|
||||||
private boolean monitorConnectionSplits=true;
|
private boolean monitorConnectionSplits=false;
|
||||||
private int taskRunnerPriority = Thread.NORM_PRIORITY;
|
private int taskRunnerPriority = Thread.NORM_PRIORITY;
|
||||||
private boolean dedicatedTaskRunner;
|
private boolean dedicatedTaskRunner;
|
||||||
private boolean cacheTempDestinations=true;//useful for failover
|
private boolean cacheTempDestinations=false;//useful for failover
|
||||||
private int timeBeforePurgeTempDestinations = 5000;
|
private int timeBeforePurgeTempDestinations = 5000;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue