From 01a4a7a859bbfadb7a9889fdc4f2a9638202d4f0 Mon Sep 17 00:00:00 2001 From: Vadim Shakun Date: Thu, 6 Oct 2016 14:04:47 +0400 Subject: [PATCH] Update README.md append description of RapidMQ - mq managing library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03adfa85..cf1a0ab2 100644 --- a/README.md +++ b/README.md @@ -591,6 +591,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [NATS Go Client](https://github.com/nats-io/nats) - A lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. * [oplog](https://github.com/dailymotion/oplog) - A generic oplog/replication system for REST APIs * [pubsub](https://github.com/tuxychandru/pubsub) - A simple pubsub package for go. +* [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue * [sarama](https://github.com/Shopify/sarama) - A Go library for Apache Kafka. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - A redis backed unified push service for server-side notifications to mobile devices. * [zmq4](https://github.com/pebbe/zmq4) - A Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2).