mirror of https://github.com/apache/activemq.git
Sorry was experimenting with the test on windows, and changed a parameter.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdc676bbbc
commit
67b0c1861f
|
@ -59,7 +59,7 @@ public class FailoverTransportTest {
|
|||
public void testReconnectUnlimited() throws Exception {
|
||||
|
||||
Transport transport = TransportFactory.connect(
|
||||
new URI("failover://(tcp://0.0.0.0:61616)?useExponentialBackOff=false&reconnectDelay=100&initialReconnectDelay=0"));
|
||||
new URI("failover://(tcp://0.0.0.0:61616)?useExponentialBackOff=false&reconnectDelay=0&initialReconnectDelay=0"));
|
||||
|
||||
transport.setTransportListener(new TransportListener() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue