Bug 1021609

Summary: [amqp1.0] Subscription queues are not removed on link close (using reliable link)
Product: Red Hat Enterprise MRG Reporter: Petr Matousek <pematous>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Matousek <pematous>
Severity: high Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: esammons, gsim, iboverma, jross
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: qpid-cpp-0.22-22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 12:57:05 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    

Description Petr Matousek 2013-10-21 15:46:48 UTC
Description of problem:

Subscription queues are not removed when using reliable link, even if the link is properly closed.

Version-Release number of selected component (if applicable):
qpid-cpp-*-0.22-20

How reproducible:
100%

Steps to Reproduce:
1. drain --connection-options "{protocol: 'amqp1.0'}" 'amq.direct'
2. qpid-config queues
3. the subscription queue was not removed

Actual results:
The subscription queue is not removed after the link is closed when using reliable link

Expected results:
The subscription queue is removed after the link is properly closed when using reliable link

Additional info:

Comment 1 Gordon Sim 2013-10-22 10:46:32 UTC
Fixed upstream: https://svn.apache.org/r1534594

Comment 4 Petr Matousek 2013-10-29 09:32:31 UTC
This issue has been fixed. Verified on rhel6.4 (i386, x86_64).

packages used for testing:
qpid-cpp-*-0.22-23.el6

-> VERIFIED