DEV Community

Diego Sousa
Diego Sousa

Posted on

I built EasyQueue: a different way to debug message queues

Working with message brokers often means switching between multiple tools: AWS console, RabbitMQ UI, logs, and terminals, just to understand what is happening.

I built EasyQueue, an open-source desktop tool to help simplify this workflow by bringing message broker inspection into a single interface.

EasyQueue dashboard showing message broker queues and message inspection interface in a clean dark UI

With EasyQueue, you can:

  • Browse queues across different brokers
  • Inspect messages in a clean, structured UI
  • Publish messages for testing and debugging
  • Work in a unified experience instead of multiple dashboards

It’s still an early-stage project, and I’m actively improving it based on real usage.

Feedback, suggestions, and contributions are very welcome πŸ™Œ

πŸ‘‰ https://github.com/sousadiego11/easyqueue

opensource #backend #devops #messaging #systemdesign

Top comments (0)