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 2008/12/04 10:55:45 UTC

[jira] Updated: (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 updated QPID-1326:
-----------------------------------

    Fix Version/s:     (was: M4)

> 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.