Java/JVM, Software development
Introduction Rabbit MQ is an open source message broker mainly used as a middle-ware(or broker) to communicate among the micro-services. Micro-service which produces or sends a message to the broker is termed as “Producer” whereas the service which receives the message is known as “Consumer”. One can imagine the flow of...