Optionalmessage-Optionalx-In case of messages being rejected or dead, they will be sent to the specified exchange.
Optionalx-When paired with x-dead-letter-exchange this will be the routing key for dead letter messages.
Optionalx-Maximum number of times a message in the queue will be delivered. Only applicable to quorum queues.
Optionalx-Delete the queue after the given time in milliseconds of disuse.
Optionalx-Maximum age of the messages in the stream. Retention is only evaluated when a new segment is added to the stream
Optionalx-Maximum length of the queue. Overflow behavior is set with x-overflow.
Optionalx-Maximum length of the queue in bytes. Overflow behavior is set with x-overflow.
Optionalx-Maximum priority of the messages in the queue. Larger numbers indicate higher priority.
Optionalx-Overflow behavior for x-max-length and x-max-length-bytes.
Optionalx-The type of the queue.
Optionalx-Set the queue to have a single active consumer. See https://www.rabbitmq.com/consumers.html#single-active-consumer
Optionalx-A stream is divided up into fixed size segment files on disk. This setting controls the size of these. Default: (500000000 bytes).
Maximum TTL for messages in the queue.