rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Have minimum queue TTL take effect for quorum queues

Open ansd opened this issue 2 months ago • 2 comments

For classic queues, if both policy and queue argument are set for queue TTL, the minimum takes effect.

Prior to this commit, for quorum queues if both policy and queue argument are set for queue TTL, the policy always overrides the queue argument.

This commit brings the quorum queue queue TTL resolution to classic queue's behaviour. This allows developers to provide a custom lower queue TTL while the operator policy acts an upper bound safe-guard.

ansd avatar Apr 09 '24 07:04 ansd