AMQBindingURL does not correctly parse new topic format.
--------------------------------------------------------
Key: QPID-251
URL: https://issues.apache.org/jira/browse/QPID-251
Project: Qpid
Issue Type: Bug
Components: Java Client
Reporter: Martin Ritchie
Assigned To: Martin Ritchie
The url format was adjusted from:
<exch_class>://<exch_name>/[<destination>]/[<queue>]?<option>='<value>'[,<option>='<value>']*
removing the destination to :
<exch_class>://<exch_name>/[<queue>][?<option>='<value>'[,<option>='<value>']*]
As described on:
http://cwiki.apache.org/confluence/display/qpid/BindingURLFormat
A queue or a routingkey option is required to create a valid url.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira