How to log into your CloudAMQP RabbitMQ instance

September 7, 20251 min read

How to log into your CloudAMQP RabbitMQ instance

Introduction

CloudAMQP comes with the built-in RabbitMQ management plugin for your basic admin tasks like checking if a queue exists. For more advanced use cases like managing dead letter queues, republishing messages, or advanced routing, you really want to use a tool like RabbitGUI. This short article is simply an introduction to demonstrate how easy it is to use RabbitGUI with your CloudAMQP instance.

Credentials

Log into your CloudAMQP account and go to the "Overview" tab. Under the "AMQP details" section you will find all the information you need to log into your RabbitMQ instance.

Cloudamqp amqp details ui

In our case the host is https://woodpecker.rmq.cloudamqp.com and the user is vszjuhti. Notice that we simply added https:// in front of the host section of the URL.

Creating a new connexion in RabbitGUI

Open up RabbitGUI and create a new connexion. Simply paste the credentials you got from the previous step and you should be good to go.

Rabbitgui screenshot new connexion

Hit save, you should now have access to your instance right from RabbitGUI. From here you can manage your queues, routing, publish messages, and much more.

Screenshot of rabbitgui

Going further with RabbitGUI

To take full advantage of RabbitGUI capability we have compiled down a list of topics you might want to dig into. Learn more about publishing messages to RabbitMQ using the advanced JSON editor and routing capabilities. You may also want to have a look at exploring routing with RabbitGUI routing explorer for RabbitMQ. And of course make sure to read our guide on managing RabbitMQ dead-letter queues directly from RabbitGUI, this is probably going to save you lot of headache.

More articles about RabbitMQ

How security is built into RabbitGUIHow security is built into RabbitGUIRabbitGUI was built with security as a top priority for its users, and here is how it was done!A better RabbitMQ UIA better RabbitMQ UIA geat experience is made out of many small details, have a look at all the features we packed into RabbitGUI to make your life easierHow to manually publish messages to RabbitMQHow to manually publish messages to RabbitMQSometimes you just need to test something quickly, you want to trigger a specific job, or you want to retry a task that failed

RabbitGUI, the missing RabbitMQ IDE

Debug, monitor, and manage RabbitMQ with a modern developer interface.

Try nowRabbitGUI screenshot