mirror of
https://github.com/apache/activemq.git
synced 2025-02-20 00:47:07 +00:00
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 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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user