https://github.com/poundifdef/SmoothMQ Skip to content Navigation Menu Toggle navigation Sign in * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + GitHub Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions By size + Enterprise + Teams + Startups By industry + Healthcare + Financial services + Manufacturing By use case + CI/CD & Automation + DevOps + DevSecOps * Resources Resources + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} poundifdef / SmoothMQ Public * Notifications You must be signed in to change notification settings * Fork 8 * Star 469 A drop-in replacement for SQS designed for great developer experience and efficiency. License AGPL-3.0 license 469 stars 8 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 3 * Pull requests 1 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights poundifdef/SmoothMQ This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main BranchesTags Go to file Code Folders and files Name Name Last commit message Last commit date Latest commit History 27 Commits cmd cmd dashboard dashboard docs docs models models protocols/sqs protocols/sqs queue/sqlite queue/sqlite .dockerignore .dockerignore .gitignore .gitignore Dockerfile Dockerfile LICENSE LICENSE README.md README.md go.mod go.mod go.sum go.sum main.go main.go View all files Repository files navigation * README * AGPL-3.0 license SmoothMQ SmoothMQ is a drop-in replacement for SQS with a much smoother developer experience. It has a functional UI, observability, tracing, message scheduling, and rate-limiting. SmoothMQ lets you run a private SQS instance on any cloud. Getting Started SmoothMQ deploys as a single go binary and can be used by any existing SQS client. Running This will run a UI on :3000 and an SQS-compatible server on :3001. $ go run . Connecting This works with any SQS client in any language. Python import boto3 # Simply change the endpoint_url sqs = boto3.client("sqs", ..., endpoint_url="http://localhost:3001") sqs.send_message(QueueUrl="...", MessageBody="hello world") Celery works seamlessly: app = Celery("tasks", broker_url="sqs://...@localhost:3001") UI The UI lets you manage queues and search individual messages. Dashboard UI About A drop-in replacement for SQS designed for great developer experience and efficiency. Topics queue messaging sqs message-queue Resources Readme License AGPL-3.0 license Activity Stars 469 stars Watchers 3 watching Forks 8 forks Report repository Contributors 2 * * Languages * Go 90.1% * HTML 9.3% * Dockerfile 0.6% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.