Bug 1004002 - [AMQP 1.0] AmqpValue sections of type string are not handled correctly
Summary: [AMQP 1.0] AmqpValue sections of type string are not handled correctly
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Ernie
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2013-09-03 17:03 UTC by Gordon Sim
Modified: 2015-01-21 12:56 UTC (History)
5 users (show)

Fixed In Version: qpid-cpp-0.22-14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-21 12:56:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-5040 0 None None None Never
Red Hat Bugzilla 1006976 0 medium CLOSED [amqp1.0] consumer subscribed to xml exchange using xquery filter acquires always the same message 2021-02-22 00:41:40 UTC

Internal Links: 1006976

Description Gordon Sim 2013-09-03 17:03:30 UTC
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:

Comment 1 Gordon Sim 2013-09-03 17:05:15 UTC
Fixed upstream: https://svn.apache.org/r1518955

Comment 2 Ernie 2014-03-25 20:31:00 UTC
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


Note You need to log in before you can comment on or make changes to this bug.