[
https://issues.apache.org/jira/browse/QPID-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645373#action_12645373
]
Martin Ritchie commented on QPID-1326:
--------------------------------------
Hi,
Rajith I thought we discussed parsing both as the transport:host:port format is
more correct than the hierarchical format we currently have.
Also any chance you could add a test as this makes reviewing the change much
easier.
Cheers
> 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
> Fix For: M4
>
>
> 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.