Bug 683597 - Documentation update: How to use timed autodelete on queues
Summary: Documentation update: How to use timed autodelete on queues
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Deadline: 2011-04-14
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Messaging_Programming_Reference
Version: 1.3
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: 2.0
: ---
Assignee: Alison Young
QA Contact: Frantisek Reznicek
URL:
Whiteboard:
Depends On: 660526
Blocks: 585844 660531
TreeView+ depends on / blocked
 
Reported: 2011-03-09 19:45 UTC by Ted Ross
Modified: 2015-11-16 01:13 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-24 02:59:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ted Ross 2011-03-09 19:45:04 UTC
The new feature "allow timed autodelete for queue" requires documentation in the programming document.

Comment 2 Alison Young 2011-03-31 02:26:12 UTC
Hi Ted,

Can you provide the content describing the new feature's? Method inputs, code
examples, expected outputs (if any) and error information in addition to
anything else you'd like documented.

Thanks,
Alison

Comment 3 Gordon Sim 2011-04-07 15:52:57 UTC
There is a new queue argument, qpid.auto_delete_timeout, which if specified on first declaring an auto-delete queue allows the user to specify a delay in seconds after which the deletion will actually take place. If the queue is re-declared after becoming eligible for deletion but before the delay expires, the queue will not be deleted.

This allows a queue to be configured to clean itself up after prolonged absence of the application using it while surviving more temporary absence due to failover for example.

Comment 4 Alison Young 2011-05-19 04:42:13 UTC
Change made in revision 0.1-3 
Doc-stage: http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2.0/html-single/Programming_in_Apache_Qpid/index.html

Code snippets:
<para>
<remark>inserted for BZ683597.AJY</remark>
	The <command>create</command> command can also contain the argument <parameter>auto_delete_timeout</parameter> which if specified upon first declaring an auto-delete queue will allow you to specify a delay, in seconds, after which the deletion will take place. If the queue is re-declared after becoming eligible for deletion, but before the delay expires, then the queue will be not be deleted.
</para>

Comment 5 Frantisek Reznicek 2011-05-23 13:56:16 UTC
The feature has been documented.


-> VERIFIED


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