mirror of https://github.com/apache/activemq.git
fix for: https://issues.apache.org/jira/browse/AMQ-4487 and https://issues.apache.org/jira/browse/AMQ-4372
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1490014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ea8438071
commit
2d544203f5
|
@ -244,7 +244,6 @@ public class PolicyEntry extends DestinationMapEntry {
|
|||
// is done. We should refactor the browsers to better handle message dispatch so
|
||||
// we can remove this and perform a more efficient dispatch.
|
||||
sub.setMaxProducersToAudit(Integer.MAX_VALUE);
|
||||
sub.setMaxAuditDepth(Integer.MAX_VALUE);
|
||||
}
|
||||
|
||||
public void configure(Broker broker, SystemUsage memoryManager, QueueSubscription sub) {
|
||||
|
|
Loading…
Reference in New Issue