Gordon Sim created QPID-5141:
--------------------------------

             Summary: Message::getContentObject() returns void for 0-10 unless 
content is a map or a list
                 Key: QPID-5141
                 URL: https://issues.apache.org/jira/browse/QPID-5141
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: 0.25
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: 0.25


This means code that wants to work with either 0-10 or 1.0, and handle any type 
of content, needs protocol specific checks (e.g. in 0-10 needs to check 
content-type, but not for 1.0).

It would be preferable to have getContentObject() always return an object with 
the best possible representation of the data regardless of the protocol used.

(This is the case for 1.0, and drain has even been modified with that 
assumption, but doesn't yet hold for 0-10).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to