9.8. Delete Command
The QMF
delete
command takes three arguments:
- type
- The type of object to be deleted, this can be a queue, exchange or binding.
- name
- The name of the object to be deleted. The
name
argument of a queue or exchange is a single value, for examplemy-queue
. The name of a binding uses the pattern exchange/queue/key, for example:amq.topic/my-queue/my-key
identifies a binding betweenmy-queue
and the exchangeamq.topic
with the binding keymy-key
. - options
- A nested map with the key
options
. This is presently unused.