What is RabbitMQ and what are the use cases of it ?
Answers
Answered by
0
RabbitMQ broker receives such message and might triggers a worker(or consumer) in Inventory system. The most common use case for RabbitMQ is like a single producer single consumer queue. ... RabbitMQ is used to receive messages from programs, queue them up, and send them to other programs.
Similar questions