You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2009/01/16 10:15:59 UTC

[jira] Resolved: (QPID-1326) JMS Connection URL not parsed correctly

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

Marnie McCormack resolved QPID-1326.
------------------------------------

    Resolution: Fixed

Resolving as per Rajith's comments

> JMS Connection URL not parsed correctly
> ---------------------------------------
>
>                 Key: QPID-1326
>                 URL: https://issues.apache.org/jira/browse/QPID-1326
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M4
>            Reporter: Rajith Attapattu
>
> The following connection URL is parsed incorrectly.
> amqp://guest:guest@/test?brokerlist='tcp:myhost:10000'
> It should either throw an error to indicate the missing "//" or it should extract the host and port correctly.
> Currently for the above URL, the host is set to "" (which defaults to localhost) and port to 5672.

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