semog wrote:
> 
> Thanks for the info on your test results.  That's an important note
> about the failover uri syntax.  I will use that info as I look into a
> 

On the subject of uri syntax, I tried the following:

"activemq:failover:(tcp://localhost:61616,tcp://localhost:61626,tcp://localhost:61636)"

And it did not work.  I stepped into the code and I believe the
splitComponents method in the URISupport.cs class has a bug.

the returned value from that method, a String[] contains:

components[0] == tcp://localhost:61616
components[1] == tcp://localhost:61626,tcp://localhost:61636
components[2] == tcp://localhost:61636

This fails downstream because the port number cannot be parsed.
-- 
View this message in context: 
http://www.nabble.com/-Apache.NMS.ActiveMQ-using-FailoverTransport-tp21303879p21833315.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to