|
9 | 9 |
|
10 | 10 | ## ✨ Why GoQueue? |
11 | 11 |
|
| 12 | + |
| 13 | + |
12 | 14 | 🎯 **Universal Interface** - Write once, run anywhere. Switch between queue providers without changing your code |
13 | 15 | ⚡ **Production Ready** - Built-in retry mechanisms, dead letter queues, and error handling |
14 | 16 | 🛡️ **Type Safe** - Strongly typed interfaces with comprehensive error handling |
@@ -290,8 +292,6 @@ Explore our comprehensive examples: |
290 | 292 |
|
291 | 293 | - **[Basic Usage](examples/rabbitmq/basic/)** - Simple publish/consume example |
292 | 294 | - **[With Retries](examples/rabbitmq/withretries/)** - Advanced retry mechanisms |
293 | | -- **[Middleware](examples/middleware/)** - Custom middleware implementation |
294 | | -- **[Production Setup](examples/production/)** - Production-ready configuration |
295 | 295 |
|
296 | 296 | ### 🐰 RabbitMQ Quick Setup |
297 | 297 |
|
@@ -337,8 +337,7 @@ _Automatic retry mechanism with exponential backoff and dead letter queue_ |
337 | 337 | | -------------- | --------------- | -------------------- | |
338 | 338 | | RabbitMQ | 🔄 Beta Version | Full feature support | |
339 | 339 | | Google Pub/Sub | 📋 Planned | Coming soon | |
340 | | -| AWS SQS | 📋 Planned | Coming soon | |
341 | | -| Redis Streams | 📋 Planned | Coming soon | |
| 340 | +| AWS SQS + SNS | 📋 Planned | Coming soon | |
342 | 341 |
|
343 | 342 | --- |
344 | 343 |
|
@@ -439,7 +438,6 @@ make lint |
439 | 438 |
|
440 | 439 | - 📖 **Documentation**: [pkg.go.dev/github.com/bxcodec/goqueue](https://pkg.go.dev/github.com/bxcodec/goqueue) |
441 | 440 | - 🐛 **Issues**: [GitHub Issues](https://github.com/bxcodec/goqueue/issues) |
442 | | -- 💬 **Discussions**: [GitHub Discussions](https://github.com/bxcodec/goqueue/discussions) |
443 | 441 | |
444 | 442 |
|
445 | 443 | --- |
|
0 commit comments