此内容没有您所选择的语言版本。
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
nameargument 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-keyidentifies a binding betweenmy-queueand the exchangeamq.topicwith the binding keymy-key. - options
- A nested map with the key
options. This is presently unused.