Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a step-by-step guide on how to set up a RabbitMQ broker in the Amazon MQ service.

However, you can also choose to set up and manage the RabbitMQ broker on your own server.

Detailed information about the Amazon MQ service can be found in the official AWS documentation.

...

  1. Go to the main menu

  2. Go to the RabbitMQ → Endpoints page

  3. Click on the (plus) button at the bottom right

  4. Fill out the “New endpoint” form:

    • Name - user-defined

    • Host - the endpoint URL excluding “amqps://” prefix and excluding the “:port“ postfix

    • Port - 5671

    • VHost - your virtual hostname

    • Exchange - your exchange name

    • Exchange is durable - yes, because this option was selected during the exchange registration

    • Exchange type - Direct, because this option was selected during the exchange registration

    • Queue - your queue name

    • Login - your broker’s username

    • Password/Repeat password - your broker’s password

      Click on the “Add” button.

  5. Now you should see the created Endpoint in the Endpoints table:

  6. Go to the Routes menu to continue the integration

  7. Click on the (plus) button in the bottom right

  8. Fill the form. Select Zone for sending data to RabbitMQ, your previously created Endpoint and message type. Toggle Active option if you want to start sending data after the route is created:

    Press the button “Add” to finish the route registration.

...