v.22.7Improvement
Allow declaration of RabbitMQ queue without default x-max-length and x-overflow arguments
Allow to declareRabbitMQqueue without default argumentsx-max-lengthandx-overflow. #39259 (rnbondarenko).
Why it matters
This feature enables users to createRabbitMQ 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 aRabbitMQ queue in ClickHouse, users can now omit or disable the default queue arguments x-max-length and x-overflow to customize the queue configuration.