Description of problem: Default sender's capacity is different between the amqp0-10 and amqp1.0 protocols: default capacity for amqp1.0 clients is 1000 while 0-10 default is 50. With regard to the difference was not deliberate (discussed with Gordon), I'm raising the bug to let developers think about these settings are appropriate. Version-Release number of selected component (if applicable): qpid-cpp-*-0.22-19 How reproducible: 100% Steps to Reproduce: 1. create connection, session, sender 2. call get getCapacity() sender method Actual results: default senders capacity: amqp0-10: 50 amqp1.0: 1000 Expected results: n/a Additional info:
Fixed upstream: https://svn.apache.org/r1532309
This issue has been fixed. Verified on rhel6.4 (i386, x86_64). Default sender's capacity is now 50 for both the protocols (amqp0-10/1.0). packages used for testing: qpid-cpp-*-0.22-20.el6