RapidMQ
Message queue library
A lightweight message queue library for Go that enables efficient, reliable, and concurrent processing of messages.
RapidMQ is a pure, extremely productive, lightweight and reliable library for managing of the local messages queue
68 stars
6 watching
12 forks
Language: Go
last commit: almost 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
goloveychuk/zeromq | ZeroMQ is implemented in Swift as a high-performance, message-oriented communication library. | 92 |
kassane/libzmq | A C++ implementation of the ZeroMQ messaging kernel with support for multiple transport protocols and asynchronous message queues. | 2 |
igr/jrsmq | A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
chicagoboss/tinymq | A lightweight message queue with in-memory storage and Erlang-based channel management | 124 |
robustmq/robustmq | A high-performance, cloud-native message queue system with support for multiple protocols and Serverless architecture. | 185 |
zeromq/rbzmq | A C-based library providing N-to-N networking with message passing capabilities | 247 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
rabbitmq/amqp091-go | A Go client library for interacting with the RabbitMQ message broker | 1,547 |
php-enqueue/enqueue-dev | A package for building and implementing message queues and job queues in PHP applications. | 2,178 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
rafaeljesus/rabbus | Provides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting. | 97 |
enriquebris/goconcurrentqueue | A package offering concurrent-safe queue implementations with auto-expanding capacity and fixed capacities | 396 |
go-zeromq/zmq4 | An implementation of ØMQ version 4 in Go. | 344 |
gleicon/restmq | A REST-based message queue with Redis support | 556 |