restmq
Message queue service
A REST-based message queue with Redis support
REST/JSON/HTTP based message queue
557 stars
35 watching
70 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,763 |
igr/jrsmq | A Java implementation of a lightweight message queue that uses Redis as the underlying data store | 36 |
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. | 881 |
robinjoseph08/redisqueue | A Redis-based producer-consumer system for handling messages with guaranteed delivery and visibility timeouts. | 131 |
mmoreram/rsqueuebundle | A Redis-based queuing system for Symfony applications | 52 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 599 |
robustmq/robustmq | Develops a high-performance cloud-native message queue system with support for multiple mainstream protocols and Serverless architecture. | 216 |
sybrexsys/rapidmq | A lightweight message queue library for Go that enables efficient, reliable, and concurrent processing of messages. | 68 |
kak-tus/ami | A Go client for reliable message queues using Redis Cluster Streams | 28 |
rq/django-rq | Provides Django integration with Redis-based queuing for background jobs | 1,855 |
rdegges/simpleq | A simple SQS-based queueing system designed to handle large-scale message batching and minimal configuration. | 164 |
rafaeljesus/rabbus | Provides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting. | 97 |
tenor/restbus | A high-performance library for asynchronous messaging and queueing in .NET | 367 |
dukex/gcmex | A client library for sending and receiving messages via Google Cloud Messaging | 7 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 531 |