This article describes the fields available for creating a remote Rabbit MQ manager connection and configuring the AMQP setup.
| Field | Description |
|---|---|
| General Tab | |
| Node Instance Name | Enter the name to identify the node. |
| Server Name | Specify a name for the RabbitMQ server. This is a label used for easier identification. |
| URL | Provide the full URL to access the RabbitMQ Management API, typically in the format http://<host>:<port>. |
| Username | Enter the username used to authenticate with the RabbitMQ. |
| Password | Enter the password associated with the above username. |
| SSL tab | |
| Key Store Path | Path to the keystore file that contains the client's SSL certificate. Required if SSL is enabled. |
| Key Store Password | Password for accessing the keystore file. |
| Trust Store Path | Path to the truststore file that contains the certificates trusted by the client. |
| Trust Store Password | Password for accessing the truststore file. |
| Ignore SSL Certificate | Select this checkbox to bypass SSL certificate validation. Useful for testing environments with self-signed certificates. |
| General Tab – AMQP Configuration (Full Definition Mode) | |
| AMQP Name | Name used to label this AMQP connection. It should be unique within the configuration. |
| Virtual Host Name | RabbitMQ virtual host (vhost) to connect to. Typically used for logical separation within the same broker. |
| Host | The hostname or IP address of the AMQP server. |
| Port | The port number on which the AMQP broker is listening. |
| User Name | The username used to authenticate to the AMQP broker. |
| Password | The password for the above user. Stored securely. |
| General Tab – AMQP Configuration (URL Mode) | |
| AMQP Name | Provide a name for this AMQP connection. |
| URI | Specify the full URI to connect to the AMQP broker, e.g., amqp://user:password@host:port/vhost. |
| SSL Tab – AMQP Configuration | |
| Use SSL | Enable this checkbox to use SSL for the AMQP connection. |
| Protocol | Specify the SSL protocol (e.g., TLSv1.2). |
| Key Store Path | Path to the keystore file used for client certificate authentication. |
| Key Store Password | Password to access the keystore. |
| Key Store Private Password | Optional. If the private key in the keystore is protected by a separate password, specify it here. |
| Trust Store Path | Path to the truststore file used to validate server certificates. |
| Trust Store Password | Password for the truststore. |
| Validate Hostname | Enable this to enforce hostname validation against the certificate. |