/RabbitMQ-Tutorials

Created 6 distinct tutorials for understanding the RabbitMQ messaging workflow.

Primary LanguagePython

Gentle Introduction to RabbitMQ

This repository contains 6 tutorials explaining basic working concepts of the messaging and queueing methodologies of RabbitMQ

The explanations for the individual tutorials are in development.

Topics :

  1. "Hello world" - An introduction
  2. "Work queues" - Distributing tasks among workers
  3. "Publish/Subscribe" - Sending messages to many consumers at once
  4. "Routing" - Receiving messages selectively
  5. "Topics" - Receiving messages based on a pattern
  6. "Remote Procedure Call" - Request reply pattern example