Integrating RethinkDB with RabbitMQ
RabbitMQ is a message broker. If you think of how a broker of any kind works, then it would be easy for you to understand the working of RabbitMQ too. Say you are consulting a property broker, so you become the person who is initiating a request to purchase property. Let's name you Producer-a guy who is producing a request.
Broker is a guy who has a list of properties that have been listed by other people. Let's name one of those people Consumer of your producer's request. Eventually, Producer is going to buy the property of Consumer.
Broker has lists of properties; let's name the listing Property queue. So, Producer wants some property; it adds the request to Broker. Broker looks over his listing and tries to ...
Get Mastering RethinkDB now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.