You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/06 22:13:39 UTC

[jira] [Commented] (PROTON-1092) c++: improve proton::message API

    [ https://issues.apache.org/jira/browse/PROTON-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15086282#comment-15086282 ] 

ASF subversion and git services commented on PROTON-1092:
---------------------------------------------------------

Commit 06017111ed7e96b3382694a987fb105c326f9e83 in qpid-proton's branch refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=0601711 ]

PROTON-1092: c++: improve proton::message API

Rename property/annotation maps to use AMQP spec terminology rather than proton C API:
    application_properties, message_annotations, delivery_annotations
    (was properties, annotations, instructions)

Use std::vector<char> for message::encode, decode instead of std::string.


> c++: improve proton::message API
> --------------------------------
>
>                 Key: PROTON-1092
>                 URL: https://issues.apache.org/jira/browse/PROTON-1092
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: cpp-binding
>    Affects Versions: 0.11.1
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>            Priority: Minor
>             Fix For: 0.12.0
>
>
> Renaming property/annotation maps to use AMQP spec terminology rather than proton C API: application_properties, message_annotations, delivery_annotations (vs. properties, annotations, instructions)
> Use vector<char> rather than string for encoding/decoding binary blobs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)