exchangeBind
open suspend override fun exchangeBind(destination: String, source: String, routingKey: String, arguments: Table): AMQPResponse.Channel.Exchange.Bound
Bind an exchange to another exchange.
Return
AMQPResponse.Channel.Exchange.Bound
Parameters
destination
Output exchange.
source
Input exchange.
routingKey
Bind only to messages matching routingKey.
arguments
Bind only to messages matching given options.