queueUnbind

open suspend override fun queueUnbind(queue: String, exchange: String, routingKey: String, arguments: Table): AMQPResponse.Channel.Queue.Unbound

Unbinds a queue from an exchange.

Return

AMQPResponse.Channel.Queue.Unbound confirming that broker has accepted the unbind request.

Parameters

queue

Name of the queue.

exchange

Name of the exchange.

routingKey

Unbind only from messages matching routingKey.

arguments

Unbind only from messages matching given options.