Update README.md

This commit is contained in:
Brusk Awat 2024-08-16 00:48:01 +03:00 committed by GitHub
parent 59ad012e04
commit a2dd059194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# RabbitCarrots # 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. 1. RabbitMQ is used as an event bus for communication.
2. Messages are routed using a single exchange, multiple routing keys. 2. Messages are routed using a single exchange, multiple routing keys.