From ef8d36770e7846584e943c36be8af7eb9d0e8e2f Mon Sep 17 00:00:00 2001 From: Tim Bray Date: Mon, 6 Jun 2022 09:08:59 -0700 Subject: [PATCH] add quamina (#4260) Signed-off-by: Tim Bray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 096a740d..92ca07c8 100644 --- a/README.md +++ b/README.md @@ -1562,6 +1562,7 @@ _Libraries that implement messaging systems._ - [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. - [oplog](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. - [pubsub](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. +- [Quamina](https://github.com/timbray/quamina) - Fast pattern-matching for filtering messages and events. - [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. - [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. - [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue.