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.