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:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether the exchange should be present or absent
|
- Whether the exchange should be present or absent
|
||||||
- Only present implemented atm
|
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
|
|
|
@ -31,7 +31,6 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Whether the queue should be present or absent
|
- Whether the queue should be present or absent
|
||||||
- Only present implemented atm
|
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
default: present
|
default: present
|
||||||
durable:
|
durable:
|
||||||
|
|
Loading…
Reference in a new issue