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

ASF subversion and git services commented on QPID-5546:
-------------------------------------------------------

Commit 1567173 from [~mcpierce] in branch 'qpid/trunk'
[ https://svn.apache.org/r1567173 ]

QPID-5546: Expose the get_content_object method in Perl.

Updated the spout and drain examples to use this rather than
encode/decode to retrieve the content of a message.

> Perl bindings use encode/decode instead of getContentObject/setContentObject
> ----------------------------------------------------------------------------
>
>                 Key: QPID-5546
>                 URL: https://issues.apache.org/jira/browse/QPID-5546
>             Project: Qpid
>          Issue Type: Bug
>          Components: Perl Client
>            Reporter: Darryl L. Pierce
>            Assignee: Darryl L. Pierce
>
> perl qpid client receiving AMQP 1.0 map/list message causes what():  
> illegal-argument: Not enough data for list, expected 3506438144 bytes but 
> only 254 available 
> (/builddir/build/BUILD/qpid-0.22/cpp/src/qpid/framing/List.cpp:59)
> This defect is similar to bug 1021974. In c++ Vienna client is recommended to 
> use msg.getContenObject() instead of decode(). Current perl client still uses 
> decode() (Message.pm) which causes problems.
> I propose to fix Message.pm to use getContentObject()/setContentObject() 
> instead of encode()/decode() in msg->get_content()/set_content().
> Perl's Message implementation do not have 
> getContentObject()/setContentObject() methods which differentiate from c++ 
> and I also propose to review whether to add those as aliases to 
> get_content/set_content().



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to