v.21.10New Features

Allow SSL Connection for RabbitMQ Engine

Allow SSL connection for RabbitMQ engine. #28365 (Kseniia Sumarokova).
Enable SSL connections for the RabbitMQ table engine in ClickHouse.

Why it matters

This feature adds support for secure SSL/TLS connections when using the RabbitMQ engine, allowing encrypted communication with RabbitMQ brokers. It enhances security by protecting data in transit and helps users comply with security requirements.

How to use it

To use SSL with the RabbitMQ engine, configure the connection parameters to enable SSL by setting the appropriate SSL options (such as ssl_enabled, ssl_key, ssl_cert, and ssl_ca) in the table engine definition.