Bug 1050937 - [AMQP 1.0] broker doesn't handle messages composed of multiple transfers
Summary: [AMQP 1.0] broker doesn't handle messages composed of multiple transfers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 3.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Eric Sammons
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2014-01-09 11:34 UTC by Gordon Sim
Modified: 2015-01-21 12:56 UTC (History)
4 users (show)

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


Attachments (Terms of Use)
reproducer (1.70 KB, text/x-java)
2014-01-09 11:34 UTC, Gordon Sim
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-5457 0 None None None Never

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


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