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:
Fixed upstream: https://svn.apache.org/r1556787
verified on qpid-cpp-0.22-37