Description of problem: When using qpid::messaging to receive messages whose content is encoded as a string valued AmqpValue section (e.g. as sent by proton messenger examples), the content is not made available to application. Version-Release number of selected component (if applicable): qpid-cpp-0.22-11 (caused by changes for https://bugzilla.redhat.com/show_bug.cgi?id=996573) How reproducible: 100% Steps to Reproduce: 1. send message using proton messenger send example to a queue on a broker 2. receive that message using qpid::messaging (e.g. drain or qpid-receive) Actual results: Content reported as null/void Expected results: Content received as sent Additional info:
Fixed upstream: https://svn.apache.org/r1518955
This issue has been fixed. Verified on rhel6.5 (x86_64, i386). string content sent using proton to drain or qpid-receive with protocol:amqp1.0 is received properly packages under test: qpid-cpp-*-0.22-35