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-cpp | Assignee: | Gordon Sim <gsim> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eric Sammons <esammons> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.0 | CC: | 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: |
|
||||||
Fixed upstream: https://svn.apache.org/r1556787 verified on qpid-cpp-0.22-37 |
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: