IT and Development

RabbitMQ

5min

With the Rabbit MQ app in , you can manage the messages in your RabbitMQ account.

Requirements

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.

Connect RabbitMQ and

To establish the connection, you must:

Create a user in the RabbitMQ dashboard

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:

  1. Log in to your configured RabbitMQ server with default credentials.
  2. In the dashboard, click Admin.
  3. In the Users section, click Add a user.
  4. In the Username and Password fields, enter credentials for the user.
  5. In the Tags section, select the user's access level.
  6. Click Add user.

You will use these values in the Username and Password fields in .

Create the connection in

To establish the connection:

  1. Log in to your account, add a RabbitMQ module to your , and click Create a connection.
  2. Optional: In the Connection name field, enter a name for the connection.
  3. In the Hostname and Port fields, enter the hostname and port number of your server.
  4. In the Username and Password fields, enter your user credentials.
  5. Click Save.
  6. 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.

RabbitMQ modules