v.22.7Improvement

Allow declaration of RabbitMQ queue without default x-max-length and x-overflow arguments

Allow to declare RabbitMQ queue without default arguments x-max-length and x-overflow. #39259 (rnbondarenko).
Allow declaring a RabbitMQ queue without default arguments x-max-length and x-overflow.

Why it matters

This feature enables users to create RabbitMQ queues without the automatic assignment of the default queue arguments x-max-length and x-overflow. This provides more flexibility in managing queue properties and behavior according to specific requirements.

How to use it

When declaring a RabbitMQ queue in ClickHouse, users can now omit or disable the default queue arguments x-max-length and x-overflow to customize the queue configuration.