Optional
message-Optional
x-In case of messages being rejected or dead, they will be sent to the specified exchange.
Optional
x-When paired with x-dead-letter-exchange this will be the routing key for dead letter messages.
Optional
x-Maximum number of times a message in the queue will be delivered. Only applicable to quorum queues.
Optional
x-Delete the queue after the given time in milliseconds of disuse.
Optional
x-Maximum age of the messages in the stream. Retention is only evaluated when a new segment is added to the stream
Optional
x-Maximum length of the queue. Overflow behavior is set with x-overflow.
Optional
x-Maximum length of the queue in bytes. Overflow behavior is set with x-overflow.
Optional
x-Maximum priority of the messages in the queue. Larger numbers indicate higher priority.
Optional
x-Overflow behavior for x-max-length and x-max-length-bytes.
Optional
x-The type of the queue.
Optional
x-Set the queue to have a single active consumer. See https://www.rabbitmq.com/consumers.html#single-active-consumer
Optional
x-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.