diff --git a/README.md b/README.md index f1f2c65..2163b27 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 | --- @@ -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**: [iman@tumorang.com](mailto:iman@tumorang.com) --- diff --git a/docs/README.md b/docs/README.md index 24652db..2406a72 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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**