Drop-in SQS replacement based on SQLite

SmoothMQ is a user-friendly alternative to SQS, boasting a functional UI, observability, tracing, message scheduling, and rate-limiting. It allows you to set up a private SQS instance on any cloud platform. To start using SmoothMQ, simply deploy the go binary, and you’re ready to go. It runs a UI on :3000 and an SQS server on :3001. You can connect to SmoothMQ using any SQS client in any programming language. The UI enables easy queue management and searching of individual messages, making it a convenient tool for developers. SmoothMQ also seamlessly integrates with Celery for task handling.

https://github.com/poundifdef/SmoothMQ

To top