Disable flow control by default in the PolicyEntry - for https://issues.apache.org/activemq/browse/AMQ-2318

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@811291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2009-09-04 08:54:44 +00:00
parent 1e7881f5ca
commit dd9c10dfde
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class PolicyEntry extends DestinationMapEntry {
private int maxAuditDepth=2048;
private int maxQueueAuditDepth=2048;
private boolean enableAudit=true;
private boolean producerFlowControl = true;
private boolean producerFlowControl = false;
private boolean optimizedDispatch=false;
private int maxPageSize=BaseDestination.MAX_PAGE_SIZE;
private int maxBrowsePageSize=BaseDestination.MAX_BROWSE_PAGE_SIZE;