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/31 18:14:05 UTC

[jira] Created: (QPID-333) Message Properties on non Qpid Messages are not preserved

Message Properties on non Qpid Messages are not preserved
---------------------------------------------------------

                 Key: QPID-333
                 URL: https://issues.apache.org/jira/browse/QPID-333
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Martin Ritchie
         Assigned To: Martin Ritchie


The MessageConverter handles all message conversions however when the BasicMessageProducer send is called with a message that is a not a message type we can retrieve the content from an empty message is created and sent. 

The MessageConverter should take a Message and return a new Qpid style message with the properties intact.

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


[jira] Resolved: (QPID-333) Message Properties on non Qpid Messages are not preserved

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

Martin Ritchie resolved QPID-333.
---------------------------------

    Resolution: Fixed

Completed: At revision: 501917  



> Message Properties on non Qpid Messages are not preserved
> ---------------------------------------------------------
>
>                 Key: QPID-333
>                 URL: https://issues.apache.org/jira/browse/QPID-333
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>
> The MessageConverter handles all message conversions however when the BasicMessageProducer send is called with a message that is a not a message type we can retrieve the content from an empty message is created and sent. 
> The MessageConverter should take a Message and return a new Qpid style message with the properties intact.

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