We are having problems with the failovertransport after upgrading to ActiveMQ 5.8. Previously we could use a URL as shown below. However, after upgrading to the 5.8 client libraries we get an Invalid connect parameters error. I have tried various combinations (failover:// and failover: without the //) but nothing seems to work. Has anyone else run in to this problem?
failover://(tcp://myhost:61616)?initialReconnectDelay=100 Caused by: java.lang.IllegalArgumentException: Invalid connect parameters: {initialReconnectDelay=100} at org.apache.activemq.transport.failover.FailoverTransportFactory.createTransport(FailoverTransportFactory.java:64) at org.apache.activemq.transport.failover.FailoverTransportFactory.doConnect(FailoverTransportFactory.java:37) at org.apache.activemq.transport.TransportFactory.connect(TransportFactory.java:64) at org.apache.activemq.ActiveMQConnectionFactory.createTransport(ActiveMQConnectionFactory.java:250) -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-FailoverTransport-Invalid-connect-parameters-tp4669644.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.