jrsmq
Message queue
A Java implementation of a lightweight message queue that uses Redis as the underlying data store
A lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.
36 stars
8 watching
13 forks
Language: Java
last commit: about 3 years ago fifojavamessage-queuequeueredisrsmq
Related projects:
Repository | Description | Stars |
---|---|---|
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
sybrexsys/rapidmq | A lightweight message queue library for Go that enables efficient, reliable, and concurrent processing of messages. | 68 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 129 |
gleicon/restmq | A REST-based message queue with Redis support | 556 |
robustmq/robustmq | A high-performance, cloud-native message queue system with support for multiple protocols and Serverless architecture. | 185 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
yonderblue/mongo-queue-java | A Java-based message queue system utilizing MongoDB as its backend | 35 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 877 |
chicagoboss/tinymq | A lightweight message queue with in-memory storage and Erlang-based channel management | 124 |
bulldog2011/bigqueue | A high-throughput, persistent, and real-time messaging system using a memory-mapped file-based queue | 558 |
rafaeljesus/rabbus | Provides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting. | 97 |
apache/rocketmq-eventbridge | A messaging service that enables event-driven architectures and loosely coupled distributed systems | 137 |
loresoft/mongodb.messaging | A library that enables message processing using MongoDB as a lightweight queue pub/sub system | 60 |
apache/rocketmq-clients | A collection of client libraries for Apache RocketMQ, providing standardized interfaces for various programming languages. | 327 |