Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## ✨ Why GoQueue?

![Core Concept](misc/images/core-concept.png)

🎯 **Universal Interface** - Write once, run anywhere. Switch between queue providers without changing your code
⚡ **Production Ready** - Built-in retry mechanisms, dead letter queues, and error handling
🛡️ **Type Safe** - Strongly typed interfaces with comprehensive error handling
Expand Down Expand Up @@ -335,8 +337,7 @@ _Automatic retry mechanism with exponential backoff and dead letter queue_
| -------------- | --------------- | -------------------- |
| RabbitMQ | 🔄 Beta Version | Full feature support |
| Google Pub/Sub | 📋 Planned | Coming soon |
| AWS SQS | 📋 Planned | Coming soon |
| Redis Streams | 📋 Planned | Coming soon |
| AWS SQS + SNS | 📋 Planned | Coming soon |

---

Expand Down Expand Up @@ -437,7 +438,6 @@ make lint

- 📖 **Documentation**: [pkg.go.dev/github.com/bxcodec/goqueue](https://pkg.go.dev/github.com/bxcodec/goqueue)
- 🐛 **Issues**: [GitHub Issues](https://github.com/bxcodec/goqueue/issues)
- 💬 **Discussions**: [GitHub Discussions](https://github.com/bxcodec/goqueue/discussions)
- 📧 **Email**: [[email protected]](mailto:[email protected])

---
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ If you're new to GoQueue, start with these steps:
2. **🎯 Choose Your Platform**

- Currently supported: RabbitMQ
- Coming soon: Google Pub/Sub, AWS SQS, Apache Kafka
- Coming soon: Google Pub/Sub, AWS SQS + SNS

3. **📖 Read the Basics**

Expand Down