
RabbitGUI
The missing rabbitmq IDE
37 followers
The missing rabbitmq IDE
37 followers
Debug, monitor, and manage RabbitMQ with a modern developer interface. RabbitGUI supports multiple connexions, quick search, debug mode, and much more.




Payment Required
Launch Team / Built With


Free A/B test calculator
@nick_keller That JSON editor for publishing messages is an absolute lifesaver.
Free A/B test calculator
@joey_k_moran Thx Joey!
And it supports all shortcuts and features from VSCode as well!
Great indeed. Can RabbitGUI easily inspect dead letter queues or do users still have to dive into the management plugin directly?
Free A/B test calculator
@gerardo_zepeda_diaz Yes!
For now, you can "peek" at the front of the queue (first X messages) with a nice JSON explorer for the content. And I am currently working on consuming all DLQ messages locally, showing stats on content or routing keys, filtering, and replubishing messages wherever you need in a few clicks.
Impressive launch. Are there any keyboard shortcuts for common tasks like purging a queue or binding an exchange?
Free A/B test calculator
@faizullo_suponyorov Thank you Faizullo! For now the common keyboard shortcuts like CMD+F, CMD+K, and all accessibility features are supported. I will monitor usage to figure out what common tasks need to be added.
Exciting idea! Is there a built-in feature for exporting queue or exchange data in JSON or CSV format?E
Free A/B test calculator
@gold_chowdhury The idea is to either consume a queue locally (useful for dead letter queues for instance) or to "spy" on a live queue to receive a copy of every message. Then with that data now locally present, you can export it to JSON or re-publish it as you see fit.
This is super exciting for anyone who’s dealt with RabbitMQ debugging can be such a hassle. How does your debug mode actually work? Is it real time inspection or log based?
Free A/B test calculator
@yoana_angelica Thx Yoana! It uses both the management API to have stats, and the amqp protocol to consume and publish messages. It can for instance create temporary queues and bindings to "spy" on other queues.
Essential for efficient RabbitMQ management! 👍
Free A/B test calculator
@shenjun Thank you Jun!
A polished RabbitMQ IDE has been a long time coming thanks for making it happen!
Free A/B test calculator
@claudio_fanetti Couldn't agree more haha! This was born out of daily frustrations to be honest. I love Rabbit, but the UI of the management plugin is just not the best.