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 13:35:36 UTC

[jira] Created: (QPID-758) The Java request/response server fails when reading replyto field sets by a c++ producer.

The Java request/response server fails when reading replyto field sets by a c++ producer. 
------------------------------------------------------------------------------------------

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


The following exception is thrown:
Illegal value in JMS_ReplyTo property: direct://amq.direct/client a4f614c5-3d4e-43d3-804a-b108500e67f8/client a4f614c5-3d4e-43d3-804a-b108500e67f8
       at org.apache.qpid.client.message.AbstractJMSMessage.getJMSReplyTo(AbstractJMSMessage.java:227)


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


[jira] Closed: (QPID-758) The Java request/response server fails when reading replyto field sets by a c++ producer.

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

Arnaud Simon closed QPID-758.
-----------------------------

    Resolution: Fixed

This is actually because the c++ client was using a space in the queue name. This is a valid 0.10 queue name but the c++ client has been changed. I'll open a new bug for the java client to handle spaces within queue names. 

> The Java request/response server fails when reading replyto field sets by a c++ producer. 
> ------------------------------------------------------------------------------------------
>
>                 Key: QPID-758
>                 URL: https://issues.apache.org/jira/browse/QPID-758
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client, Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>             Fix For: M3
>
>
> The following exception is thrown:
> Illegal value in JMS_ReplyTo property: direct://amq.direct/client a4f614c5-3d4e-43d3-804a-b108500e67f8/client a4f614c5-3d4e-43d3-804a-b108500e67f8
>        at org.apache.qpid.client.message.AbstractJMSMessage.getJMSReplyTo(AbstractJMSMessage.java:227)

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