mirror of https://github.com/apache/activemq.git
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:
parent
1e7881f5ca
commit
dd9c10dfde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue