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
pull/47865/head
Marc Jay 6 years ago committed by John R Barker
parent ef690e928f
commit a24700d120

@ -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…
Cancel
Save