File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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** : [ iman@tumorang.com ] ( mailto:iman@tumorang.com )
442442
443443---
You can’t perform that action at this time.
0 commit comments