-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

So far, we talked about messaging, problems solved by the message brokers, and finally, the details of the software architectures that is related or created with the message brokers. Now, we are ready to dive into the concepts of the messaging. The following screenshot describes the overall picture of messaging concepts. We have Producers, who are responsible for creation of messages; Message Brokers, who are responsible for ensuring the message sending from Producer to Consumer; Consumers, who are responsible for receiving the messages; and messages, who are the entity that will be sent and received.
Image 8: Producer, Message Broker and Consumer
A message producer, as implied the functionality by its name, produces the messages. It just sends the message to the consumer via Message Broker. Mainly, software applications, modules, and processes form producers.
A producer doesn't have a limit for messages, so it can send a large number of messages. Moreover...
Change the font size
Change margin width
Change background colour