Core Concepts
Reference
How-to Guides
Troubleshooting
RabbitMQ
Available Versions
- RabbitMQ 3.5, 3.7, 3.9
Connecting to RabbitMQ
Aptible RabbitMQ Databases require authentication and SSL to connect.
📘 RabbitMQ Databases use a valid certificate for their host, so you’re encouraged to verify the certificate when connecting.
Connecting to the RabbitMQ Management Interface
Aptible RabbitMQ Databases provide access to the management interface.
Typically, you should access the management interface via a Database Tunnel. For example:
aptible db:tunnel "$DB_HANDLE" --type management
Configuration
RabbitMQ parameters can be updated via rabbitmqctl
or the management API and changes will persist across Database restarts.
The log level of a RabbitMQ Database can be changed by contacting Aptible Support, but other configuration file values cannot be changed at this time.
Connection Security
Aptible RabbitMQ Databases support connections via the following protocols:
- For RabbitMQ versions 3.5 and 3.7:
SSLv3
,TLSv1.0
,TLSv1.1
,TLSv1.2