Bug 1021616 - [amqp1.0] Subscription queues shall be auto-delete when using default reliability
Summary: [amqp1.0] Subscription queues shall be auto-delete when using default reliabi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Petr Matousek
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2013-10-21 16:03 UTC by Petr Matousek
Modified: 2015-01-21 12:55 UTC (History)
4 users (show)

Fixed In Version: qpid-cpp-0.22-22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-21 12:55:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1018845 0 unspecified CLOSED [amqp1.0] subscription queue shall not be auto-delete when using reliable link 2021-02-22 00:41:40 UTC

Internal Links: 1018845

Description Petr Matousek 2013-10-21 16:03:03 UTC
Description of problem:

When receiving from exchange the default reliability for the link is unreliable.
Even if the unreliable link is used by default, the subscription queue is not marked as auto-delete, thus the subscription queue is not removed after the link is closed.

Note: when the reliability is explicitly specified (ie. unreliable or at-most-once) the behavior is as expected.

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

How reproducible:
100%

Steps to Reproduce:
1. drain -t 10 --connection-options "{protocol: 'amqp1.0'}" 'amq.direct'
2. while the client is running get the subscription queue properties (ie. using qpid-config) and realize that the queue is not marked as auto-delete
3. list the queues after the client has finished (ie. using qpid-config)
4. the subscription queue was not removed

Actual results:
The subscription queue is marked exclusive, but not auto-delete when default reliability(unreliable) is used for the link.
The subscription queue is NOT removed after the link is closed.


Expected results:
The subscription queue is marked exclusive and auto-delete and is removed after the link is closed when using the default reliability.

Additional info:

Comment 1 Gordon Sim 2013-10-22 10:44:43 UTC
Fixed upstream: https://svn.apache.org/r1534593

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

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

-> VERIFIED


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