Update Go RabbitMQ Client Library into README.md file (#3831)

This commit is contained in:
Thanakorn.K 2021-10-17 16:08:33 +07:00 committed by GitHub
parent 59ebc428b3
commit 5ce57105f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1315,6 +1315,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries that implement messaging systems.*
* [ami](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams.
* [amqp](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library.
* [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps.
* [Asynq](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis.
* [Beaver](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.