RabbitMQ documentation suggests that deleting queues/exchanges is not implemented, but it is (#46504)
* Remove message suggesting that state: absent is not implemented for queues * Remove message suggesting that state: absent is not implemented for exchanges
This commit is contained in:
parent
ef690e928f
commit
a24700d120
2 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Whether the exchange should be present or absent
|
||||
- Only present implemented atm
|
||||
choices: [ "present", "absent" ]
|
||||
required: false
|
||||
default: present
|
||||
|
|
|
@ -31,7 +31,6 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Whether the queue should be present or absent
|
||||
- Only present implemented atm
|
||||
choices: [ "present", "absent" ]
|
||||
default: present
|
||||
durable:
|
||||
|
|
Loading…
Reference in a new issue