mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-25 15:12:55 +00:00
Compare commits
1 Commits
main
...
broosk1993
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2dd059194 |
@@ -1,6 +1,6 @@
|
||||
# RabbitCarrots
|
||||
|
||||
RabbitCarrots is a simple background task based on rake to handle the consumption of RabbitMQ message in Rails applications. It is an opinionated library that solves the consumption of messages among microservices, given the following conditions:
|
||||
RabbitCarrots is a simple background worker to handle the consumption of RabbitMQ message in Rails applications. It is an opinionated library that solves the consumption of messages among microservices, given the following conditions:
|
||||
|
||||
1. RabbitMQ is used as an event bus for communication.
|
||||
2. Messages are routed using a single exchange, multiple routing keys.
|
||||
|
||||
Reference in New Issue
Block a user