You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Arnaud Simon (JIRA)" <qp...@incubator.apache.org> on 2008/01/23 15:53:33 UTC

[jira] Created: (QPID-759) Java client does not support replyTo queue names that contain URL illegal characters

Java client does not support replyTo queue names that contain URL illegal characters  
--------------------------------------------------------------------------------------

                 Key: QPID-759
                 URL: https://issues.apache.org/jira/browse/QPID-759
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: M3
            Reporter: Arnaud Simon
             Fix For: M3


As java stores replyTo as an URL, the current implementation does not support URL illegal characters. This is wrong as AMQP allows any characters. 
We can either convert  illegal URL character to "\% " or redefine the way replyTo field are handled like creating custom type (exchange routingkey) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-759) Java client does not support replyTo queue names that contain URL illegal characters

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

Aidan Skinner updated QPID-759:
-------------------------------

    Assignee: Arnaud Simon

> Java client does not support replyTo queue names that contain URL illegal characters  
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-759
>                 URL: https://issues.apache.org/jira/browse/QPID-759
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>             Fix For: M3
>
>
> As java stores replyTo as an URL, the current implementation does not support URL illegal characters. This is wrong as AMQP allows any characters. 
> We can either convert  illegal URL character to "\% " or redefine the way replyTo field are handled like creating custom type (exchange routingkey) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-759) Java client does not support replyTo queue names that contain URL illegal characters

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

Marnie McCormack updated QPID-759:
----------------------------------

    Fix Version/s:     (was: M4)

> Java client does not support replyTo queue names that contain URL illegal characters  
> --------------------------------------------------------------------------------------
>
>                 Key: QPID-759
>                 URL: https://issues.apache.org/jira/browse/QPID-759
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Arnaud Simon
>
> As java stores replyTo as an URL, the current implementation does not support URL illegal characters. This is wrong as AMQP allows any characters. 
> We can either convert  illegal URL character to "\% " or redefine the way replyTo field are handled like creating custom type (exchange routingkey) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.