Route message from an exchange to this queue.
Will call Channel.bindQueue.
Check whether this queue exists.
Will call Channel.checkQueue.
Purge messages from this queue.
Will call Channel.purgeQueue.
Delete this queue.
Will call Channel.deleteQueue.
Remove the route from an exchange to this queue.
Will call Channel.unbindQueue.
Generated using TypeDoc
Abstraction over AMQP queue operations on a Channel.