You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/04/23 13:24:16 UTC

[jira] Updated: (QPID-251) AMQBindingURL does not correctly parse new topic format.

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

Martin Ritchie updated QPID-251:
--------------------------------

    Fix Version/s: M3

> 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
>             Fix For: M3
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.