--- description: "Configure connection parameters for establishing communication with the RabbitMQ messaging system" --- # RabbitMQ Connection Setup In this section you can see information on specific settings that must be set in your system to allow connection and operation with RabbitMQ: From the official [RabbitMQ](https://www.rabbitmq.com/) website: > RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine. It is currently used by millions worldwide. | Item | Description | | ----------------------- | ----------------------------------------------------------------------------- | | Host | The fully qualified domain name of the machine where RabbitMQ will be running | | Port | The port where RabbitMQ will be running | | Use Client Certificates | Whether to use client-signed digital certificates for authenticated requests | | RabbitMQ Username | The RabbitMQ User name | | RabbitMQ Password | The RabbitMQ User password | | Certificate PEM | Certificate containing the public key for authentication | | Key PEM | Key used for authentication | | CA PEM | Certificate authority in PEM (Privacy Enhanced Mail) format | Table: RabbitMQ connection setup