BoundQueue

data class BoundQueue(val queue: String, val exchange: String, val routingKey: String, val arguments: <Error class: unknown class>)

Binds a queue to an exchange.

Constructors

Link copied to clipboard
constructor(queue: String, exchange: String, routingKey: String, arguments: <Error class: unknown class>)

Properties

Link copied to clipboard
val arguments: <Error class: unknown class>

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.