Skip to content

Commit ca49547

Browse files
committed
fix: documentation
1 parent a5ac7f1 commit ca49547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## ✨ Why GoQueue?
1111

12+
![Core Concept](misc/images/core-concept.png)
13+
1214
🎯 **Universal Interface** - Write once, run anywhere. Switch between queue providers without changing your code
1315
**Production Ready** - Built-in retry mechanisms, dead letter queues, and error handling
1416
🛡️ **Type Safe** - Strongly typed interfaces with comprehensive error handling
@@ -335,8 +337,7 @@ _Automatic retry mechanism with exponential backoff and dead letter queue_
335337
| -------------- | --------------- | -------------------- |
336338
| RabbitMQ | 🔄 Beta Version | Full feature support |
337339
| Google Pub/Sub | 📋 Planned | Coming soon |
338-
| AWS SQS | 📋 Planned | Coming soon |
339-
| Redis Streams | 📋 Planned | Coming soon |
340+
| AWS SQS + SNS | 📋 Planned | Coming soon |
340341

341342
---
342343

@@ -437,7 +438,6 @@ make lint
437438

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

443443
---

0 commit comments

Comments
 (0)