v.21.10New Features
Allow SSL Connection for RabbitMQ Engine
Allow SSL connection for RabbitMQ engine. #28365 (Kseniia Sumarokova).Why it matters
This feature adds support for secure SSL/TLS connections when using theRabbitMQ 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 theRabbitMQ 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.