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/01/08 12:41:27 UTC

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

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

        

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

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


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

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-251:
-----------------------------------

    Assignee:     (was: Martin Ritchie)

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


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

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-251.
--------------------------------

    Resolution: Fixed

I updated the website

> 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: M2.1
>
>
> 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.


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

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569956#action_12569956 ] 

Rajith Attapattu commented on QPID-251:
---------------------------------------

Aidan,

This fix was made in the trunk. So make sure to take this into account when doing a merge.

Regards,

Rajith

> 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: M2.1
>
>
> 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.


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

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550935 ] 

Aidan Skinner commented on QPID-251:
------------------------------------

We need to fix the documentation for this, not the code

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


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

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ 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:     (was: M3)
                   M2.1

> 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: M2.1
>
>
> 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.