mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
Further enhancement for https://issues.apache.org/activemq/browse/AMQ-1572
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@616735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
418823a7e1
commit
a55149cad0
@ -84,7 +84,7 @@ public class FailoverTransport implements CompositeTransport {
|
||||
//optionally always have a backup created
|
||||
private boolean backup=false;
|
||||
private List<BackupTransport> backups=new CopyOnWriteArrayList<BackupTransport>();
|
||||
private int backupPoolSize=2;
|
||||
private int backupPoolSize=1;
|
||||
|
||||
|
||||
private final TransportListener myTransportListener = createTransportListener();
|
||||
|
Loading…
x
Reference in New Issue
Block a user