exchangeUnbind

open suspend override fun exchangeUnbind(destination: String, source: String, routingKey: String, arguments: Table): AMQPResponse.Channel.Exchange.Unbound

Unbind an exchange from another exchange.

Return

AMQPResponse.Channel.Exchange.Unbound

Parameters

destination

Output exchange.

source

Input exchange.

routingKey

Unbind only from messages matching routingKey.

arguments

Unbind only from messages matching given options.