git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@791549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2009-07-06 17:31:48 +00:00
parent 5807370a24
commit 5a0da57be8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public abstract class BaseDestination implements Destination {
protected final MessageStore store;
protected SystemUsage systemUsage;
protected MemoryUsage memoryUsage;
private boolean producerFlowControl = true;
private boolean producerFlowControl = false;
private int maxProducersToAudit = 1024;
private int maxAuditDepth = 2048;
private boolean enableAudit = true;