You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2009/02/05 23:53:59 UTC

[jira] Updated: (AMQNET-140) Incorrect parsing of failover URI

     [ https://issues.apache.org/activemq/browse/AMQNET-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes updated AMQNET-140:
-----------------------------

          Component/s: ActiveMQ Client
          Description: 
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. 

See details at: http://www.nabble.com/Re%3A--Apache.NMS.ActiveMQ-using-FailoverTransport-p21833315.html


  was:
See details at: http://www.nabble.com/Re%3A--Apache.NMS.ActiveMQ-using-FailoverTransport-p21833315.html



    Affects Version/s: 1.1
        Fix Version/s: 1.1

Added original bug description from Nabble message.

> Incorrect parsing of failover URI
> ---------------------------------
>
>                 Key: AMQNET-140
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-140
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ Client
>    Affects Versions: 1.1
>            Reporter: Mark Keenan
>            Assignee: Jim Gomes
>             Fix For: 1.1
>
>
> 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. 
> See details at: http://www.nabble.com/Re%3A--Apache.NMS.ActiveMQ-using-FailoverTransport-p21833315.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.