mirror of https://github.com/apache/activemq.git
have backup off by default
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@629725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a153b085f
commit
204f6d8385
|
@ -90,7 +90,7 @@ public class FailoverTransport implements CompositeTransport {
|
|||
private Exception connectionFailure;
|
||||
private boolean firstConnection = true;
|
||||
//optionally always have a backup created
|
||||
private boolean backup=true;
|
||||
private boolean backup=false;
|
||||
private List<BackupTransport> backups=new CopyOnWriteArrayList<BackupTransport>();
|
||||
private int backupPoolSize=1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue