From 5ce57105f7855f24f2b56c66cad40a26fa0bcecb Mon Sep 17 00:00:00 2001 From: "Thanakorn.K" Date: Sun, 17 Oct 2021 16:08:33 +0700 Subject: [PATCH] Update Go RabbitMQ Client Library into README.md file (#3831) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83dfde0c..7b88bb02 100644 --- a/README.md +++ b/README.md @@ -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.