Skip to content

Add sousadiego11/easyqueue - Provider-agnostic desktop GUI for message queues#378

Open
sousadiego11 wants to merge 1 commit into
donnemartin:masterfrom
sousadiego11:sousadiego11-patch-1
Open

Add sousadiego11/easyqueue - Provider-agnostic desktop GUI for message queues#378
sousadiego11 wants to merge 1 commit into
donnemartin:masterfrom
sousadiego11:sousadiego11-patch-1

Conversation

@sousadiego11

@sousadiego11 sousadiego11 commented Jun 19, 2026

Copy link
Copy Markdown

EasyQueue is an open-source (MIT), cross-platform desktop app (Electron + React) for inspecting,
publishing, and debugging messages across message brokers from a single interface.

It's built provider-agnostic by design: the core defines shared abstractions (QueueClient,
QueueMessage, Connection) and each broker is a separate provider implementing the same interface.
SQS and RabbitMQ are supported today, with Azure Service Bus and Google Pub/Sub
already on the roadmap. the goal is N integrations, not just two.

Why it's worth including despite being early-stage:

  • Architected to grow beyond SQS/RabbitMQ, unlike most single-broker tools currently listed.
  • Local-first: connections stored locally, credentials encrypted, no data sent to external servers.
  • Actively maintained, MIT licensed, with releases for Windows/macOS/Linux.
  • Solves a recurring pain point (browsing/debugging DLQ messages without juggling the AWS console,
    the RabbitMQ management plugin, and other separate tools).

Happy to leave this open for community feedback per the contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant