Trees | Indices | Help |
---|
|
object --+ | Compound --+ | Command --+ | QueueDelete
This command deletes a queue. When a queue is deleted any pending messages are sent to the alternate-exchange if defined, or discarded if it is not. queue -- None Specifies the name of the queue to delete. if_unused -- delete only if unused If set, the server will only delete the queue if it has no consumers. If the queue has consumers the server does does not delete it but raises an exception instead. if_empty -- delete only if empty If set, the server will only delete the queue if it has no messages.
Instance Methods | |
Inherited from Inherited from |
Class Variables | |
ARGS =
|
|
CODE = 2050
|
|
FIELDS =
|
|
NAME =
|
|
PACK = 2
|
|
RESULT = None
|
|
SIZE = 0
|
|
Properties | |
Inherited from |
Class Variable Details |
ARGS
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 7 17:56:02 2010 | http://epydoc.sourceforge.net |