Bug 1050937

Summary: [AMQP 1.0] broker doesn't handle messages composed of multiple transfers
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Eric Sammons <esammons>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 3.0CC: esammons, iboverma, jross, mtoth
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-33 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:56:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1010399    
Attachments:
Description Flags
reproducer none

Description Gordon Sim 2014-01-09 11:34:55 UTC
Created attachment 847589 [details]
reproducer

Description of problem:

Large messages can be sent as multiple transfer frames to avoid exceeding a given frame limit. The broker does not handle this.

Version-Release number of selected component (if applicable):

qpid 0.26

How reproducible:

100%

Steps to Reproduce:
1. start broker with 1,0 enabled
2. qpid-config add queue queue
3. compile and run attached test using qpid AMQP 1.0 JMS client (0.26 version, also requires fix for QPID-5456)

Actual results:

Get out of bounds error

Expected results:

No error, message enqueued successfully and can be consumed and successfully compared with expected data.

Additional info:

Comment 1 Gordon Sim 2014-01-09 11:36:14 UTC
Fixed upstream: https://svn.apache.org/r1556787

Comment 2 Valiantsina Hubeika 2014-05-06 09:45:11 UTC
verified on 

qpid-cpp-0.22-37