DeclaredQueueBuilder

Declares a queue.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Additional arguments (check RabbitMQ documentation).

Link copied to clipboard

If enabled, queue will be deleted when the last consumer has stopped consuming.

Link copied to clipboard

If enabled, creates a queue stored on disk; otherwise, transient.

Link copied to clipboard

If enabled, queue will be deleted when the channel is closed.

Link copied to clipboard

Name of the queue.

Functions

Link copied to clipboard

Builds the DeclaredQueue instance.