task_bunny
Task processor
Provides a framework for asynchronous task processing and message queuing using RabbitMQ
TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
202 stars
14 watching
30 forks
Language: Elixir
last commit: about 3 years ago
Linked from 1 awesome list
elixirrabbitmqworkers
Related projects:
Repository | Description | Stars |
---|---|---|
ruby-amqp/bunny | A Ruby client for RabbitMQ message broker with focus on ease of use and minimal dependencies. | 1,390 |
hentioe/honeycomb | An Elixir library for managing background tasks with concurrency control and persistent results | 18 |
nebo15/rbmq | Provides an easy-to-use API for spawning RabbitMQ producers and consumers. | 21 |
nebo15/gen_task | A behavior that helps manage errors and recover from them in GenStage workers | 23 |
pma/amqp | Provides an Elixir client for the RabbitMQ message broker | 681 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
jakubkulhan/bunny | A PHP library that provides an idiomatic interface to connect to RabbitMQ using AMQP protocol | 705 |
actumn/celery.node | A task queue client/worker for Node.js based on the Celery protocol. | 283 |
jcustenborder/flume-ng-rabbitmq | A plugin for Flume that integrates with RabbitMQ for event sourcing and processing | 58 |
spingo/op-rabbit | A high-level, type-safe RabbitMQ library for Scala and Akka with strong focus on recovery, reliability, modularity, and fault tolerance. | 232 |
ruby-amqp/march_hare | A JRuby client for RabbitMQ messaging system | 97 |
turgayozgur/tossit | A distributed job and worker logic library that utilizes RabbitMQ for message handling. | 62 |
pardahlman/rawrabbit | A modern .NET framework for communication over RabbitMQ with a modular design and middleware-oriented architecture. | 747 |
wingify/lua-resty-rabbitmqstomp | A Lua client library for RabbitMQ STOMP protocol using the cosocket API | 194 |
d0rc/exrabbit | A RabbitMQ binding for Elixir that simplifies message handling and exchange/queue configuration | 48 |