mirror of https://github.com/apache/activemq.git
set track messages off by default
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@632333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
710db267a9
commit
c0b00b2d28
|
@ -93,7 +93,7 @@ public class FailoverTransport implements CompositeTransport {
|
|||
private boolean backup=false;
|
||||
private List<BackupTransport> backups=new CopyOnWriteArrayList<BackupTransport>();
|
||||
private int backupPoolSize=1;
|
||||
private boolean trackMessages = true;
|
||||
private boolean trackMessages = false;
|
||||
private int maxCacheSize = 128 * 1024;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue