September 7, 2025•1 min read

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.
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.

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.
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.

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.

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.
How 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 geat experience is made out of many small details, have a look at all the features we packed into RabbitGUI to make your life easier
How 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 failedDebug, monitor, and manage RabbitMQ with a modern developer interface.
Try now