Bug 1025828 - [AMQP 1.0] Receiver::get() doesn't replenish credit
Summary: [AMQP 1.0] Receiver::get() doesn't replenish credit
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Petr Matousek
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2013-11-01 17:03 UTC by Gordon Sim
Modified: 2015-01-21 12:56 UTC (History)
4 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-5286 0 None None None Never
Red Hat Bugzilla 1001772 0 medium CLOSED [AMQP 1.0] support for automatic reconnect 2021-02-22 00:41:40 UTC

Internal Links: 1001772

Description Gordon Sim 2013-11-01 17:03:23 UTC
Description of problem:

Receiver::get() doesn't replenish credit when using 1.0 (fetch() does, and get() over 0-10 does).

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

0.24

How reproducible:

100%

Steps to Reproduce:
1. create receiver with say 5 messages capacity on queue that has more than 5 messages
2. call get() until it can't retrieve a message

Actual results:

Only get as many messages as initial capacity (5 in this case)

Expected results:

Get all available messages.

Additional info:

Comment 1 Gordon Sim 2013-11-01 17:04:07 UTC
Fixed upstream: https://svn.apache.org/r1537985

Comment 2 Petr Matousek 2014-02-06 13:44:38 UTC
This issue has been fixed. Verified on rhel6.5 (x86_64, i386).

packages under test:
qpid-cpp-*-0.22-33

-> VERIFIED


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