IT and Development
RabbitMQ
5min
To use the RabbitMQ app in , you must have a configured RabbitMQ server. You must enable incoming TCP connections to port 5672 from source IP addresses.
will make connections to your database from its IP addresses.
To establish the connection, you must:
If you already have user credentials different then the default ones, you can skip to the next section.
To create a new user in RabbitMQ dashboard:
- Log in to your configured RabbitMQ server with default credentials.
- In the dashboard, click Admin.
- In the Users section, click Add a user.
- In the Username and Password fields, enter credentials for the user.
- In the Tags section, select the user's access level.
- Click Add user.
To establish the connection:
- Optional: In the Connection name field, enter a name for the connection.
- In the Hostname and Port fields, enter the hostname and port number of your server.
- In the Username and Password fields, enter your user credentials.
- Click Save.
- If prompted, authenticate your account and confirm access.
You've successfully created the connection and can now use the RabbitMQ app in your . If you want to make changes to your connection in the future, follow the steps here.