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:
Marc Jay 2018-10-30 14:40:46 +00:00 committed by John R Barker
parent ef690e928f
commit a24700d120
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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: