queueBind

open suspend override fun queueBind(queue: IMessagingQueue, exchange: IMessagingExchange, routingKey: IMessagingKey, arguments: Map<String, Field>)

Binds a queue to an exchange with the specified routing key and arguments.

Parameters

queue

The queue to bind.

exchange

The exchange to bind the queue to.

routingKey

The routing key for the binding.

arguments

Additional arguments for the binding.