Bug 1018845 - [amqp1.0] subscription queue shall not be auto-delete when using reliable link
Summary: [amqp1.0] subscription queue shall not be auto-delete when using reliable link
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 3.0
: ---
Assignee: Gordon Sim
QA Contact: Petr Matousek
URL:
Whiteboard:
Depends On:
Blocks: 1010399
TreeView+ depends on / blocked
 
Reported: 2013-10-14 14:00 UTC by Petr Matousek
Modified: 2015-01-21 12:56 UTC (History)
4 users (show)

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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-5232 0 None None None Never
Red Hat Bugzilla 1021609 0 unspecified CLOSED [amqp1.0] Subscription queues are not removed on link close (using reliable link) 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1021616 0 unspecified CLOSED [amqp1.0] Subscription queues shall be auto-delete when using default reliability 2021-02-22 00:41:40 UTC

Internal Links: 1021609 1021616

Description Petr Matousek 2013-10-14 14:00:04 UTC
Description of problem:

According to documentation:
"If the reliability is set to unreliable then an auto-deleted, exclusive queue is used meaning that if the client or connection fails messages may be lost. For exactly-once the queue is not set to be auto-deleted."

But the subscription queue created over amqp1.0 is marked auto-delete.

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

How reproducible:
100%

Steps to Reproduce:
1. ./qc2_drain -f --connection-options "{protocol: 'amqp1.0'}" 'amq.direct;{link:{reliability:at-least-once}}'
2. qpid-config queues
3. the subscription queue is auto-delete

Actual results:
subscription queue for reliable receiving from exchange is exclusive and auto-delete

Expected results:
subscription queue for reliable receiving from exchange is exclusive, but not auto-delete

Additional info:

Comment 1 Gordon Sim 2013-10-15 13:07:20 UTC
Fixed upstream: https://svn.apache.org/r1532308

Note this also fixes https://bugzilla.redhat.com/show_bug.cgi?id=1019181

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

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


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