BoundQueue

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

Binds a queue to an exchange.

Constructors

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

Properties

Link copied to clipboard

Bind only to messages matching given options.

Link copied to clipboard

Name of the exchange.

Link copied to clipboard

Name of the queue.

Link copied to clipboard

Bind only to messages matching routingKey.