Skip to content

Commit b5264b2

Browse files
committed
Merge branch 'main' into feat/add-sqs-consumer
2 parents 61e053d + a0f6b02 commit b5264b2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 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
@@ -290,8 +292,6 @@ Explore our comprehensive examples:
290292

291293
- **[Basic Usage](examples/rabbitmq/basic/)** - Simple publish/consume example
292294
- **[With Retries](examples/rabbitmq/withretries/)** - Advanced retry mechanisms
293-
- **[Middleware](examples/middleware/)** - Custom middleware implementation
294-
- **[Production Setup](examples/production/)** - Production-ready configuration
295295

296296
### 🐰 RabbitMQ Quick Setup
297297

@@ -337,8 +337,7 @@ _Automatic retry mechanism with exponential backoff and dead letter queue_
337337
| -------------- | --------------- | -------------------- |
338338
| RabbitMQ | 🔄 Beta Version | Full feature support |
339339
| 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 |
342341

343342
---
344343

@@ -439,7 +438,6 @@ make lint
439438

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

445443
---

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you're new to GoQueue, start with these steps:
107107
2. **🎯 Choose Your Platform**
108108

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

112112
3. **📖 Read the Basics**
113113

0 commit comments

Comments
 (0)