DeletedQueue

data class DeletedQueue(val name: String, val ifUnused: Boolean, val ifEmpty: Boolean)

Deletes a queue.

Constructors

Link copied to clipboard
constructor(name: String, ifUnused: Boolean, ifEmpty: Boolean)

Properties

Link copied to clipboard

If enabled, queue will be deleted only when it's empty.

Link copied to clipboard

If enabled, queue will be deleted only when there are no consumers subscribed to it.

Link copied to clipboard

Name of the queue.