MENU

Fun & Interesting

RabbitMQ- Tutorial 13- Request Reply Pattern

jumpstartCS 15,316 lượt xem 3 years ago
Video Not Working? Fix It Now

In this video we will give an overview of using a request reply pattern in RabbitMQ and how this is achieved. We will discus the mechanisms (queues and exchanges) that are required to achieve this pattern as well as look as in what secnarios a pattern like this might be useful.

As usual this will give the conceptional overview and theory behind achieving more the request reply pattern in RabbitMQ. In the following videos we will cover the exact implementation of these strategies in both Python and C#.

---------------------------------------------------------------------------------------------------------------------------

RabbitMQ is the most widely deployed open source message broker. A message broker is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver.

Using RabbitMQ allows us to create a highly decoupled micro services system easily. It can be deployed on many clouds as well as on premise. It comes with many interesting features and is even extendable by the use of plugins.
---------------------------------------------------------------------------------------------------------------------------

Check out our Azure Service Fabric Tutorial for developing highly reliable distributed applications:

https://www.youtube.com/playlist?list=PLalrWAGybpB_dBdtvLXUjOFp78X97lren

Check out our Cassandra Tutorial for a distributed and highly available solution for your applications:

https://www.youtube.com/playlist?list=PLalrWAGybpB-L1PGA-NfFu2uiWHEsdscD

Comment