UnboundQueue

data class UnboundQueue(val queue: String, val exchange: String, val routingKey: String, val arguments: Table)

Unbinds a queue from an exchange.

Constructors

Link copied to clipboard
constructor(queue: String, exchange: String, routingKey: String, arguments: Table)

Properties

Link copied to clipboard

Unbind only from messages matching given options.

Link copied to clipboard

Name of the exchange.

Link copied to clipboard

Name of the queue.

Link copied to clipboard

Unbind only from messages matching routingKey.