Bug 985870
| Summary: | [RFE]: Add configurable time-delayed auto-delete for durable subscriptions | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Petr Matousek <pematous> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED ERRATA | QA Contact: | Petr Matousek <pematous> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.3 | CC: | esammons, gsim, iboverma, jmorgan, jross, pematous, zkraus |
| Target Milestone: | 3.1 | Keywords: | Documentation, FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.30-7 | Doc Type: | Enhancement |
| Doc Text: |
Auto-deleted queues are useful for preventing stale queues. However without some delay on the deletion, they prevent any reliability as the queue is lost as soon as a subscriber is disconnected, which may be due to some failure condition. A delay can be configured between the time a queue becomes eligible for auto-deletion and the time the deletion actually occurs. By configuring a queue with a non-zero autodelete timeout, a subscriber of the queue can re-subscribe after a failure (providing the subscriber does so within the configured limit) and not have messages lost along with the queue.
|
Story Points: | --- |
| Clone Of: | Environment: |
[Release Notes] Ready to go.
[MPRG] Minor addition per Comment#16 to http://docbuilder.usersys.redhat.com/19948/#sect-Automatically_Deleted_Queues.
|
|
| Last Closed: | 2015-04-14 13:46:49 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: | |||
|
Description
Petr Matousek
2013-07-18 12:03:37 UTC
Fixed upstream: https://svn.apache.org/r1504622 Further fix: https://svn.apache.org/r1658581 This issue has been implemented and the ocumentation was updated accordingly. Verified on rhel6.6 (x86_64 and i386) and rhel7 (x86_64). Packages: qpid-cpp-*-0.30-8 -> VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-0805.html |