Make RabbitMQ Springy

Ritesh Dalvi
4 min readOct 7, 2020

What is RabbitMQ?

RabbitMQ is a messaging queue software also called as message broker. Messaging queue that allows web-servers to responds to request quickly instead of forcing it to perform resource heavy procedures on spot that may delay the response time (aysnchronous computation like placing of orders on Amazon). It can be a good candidate when you want to distribute messages to multiple consumers to balance the load.

Components of RabbitMQ

  1. Producer
  2. Broker
  3. Consumer

--

--

Ritesh Dalvi

Senior Software Engineer in Adobe with Masters Degree in CS. A programming enthusiastic who like to write about tech and software development.