RabbitMQ C# [RabbitMQ .Net] Implementation - RabbitMQ Beginner to Advanced Tutorial - Part 03

This video is the Part 3 of RabbitMQ Beginner to Advanced Tutorial. In this video we cover how to implement all RabbitMQ(Message Broker) operations in a C# Application - RabbitMQ C# [RabbitMQ .Net] Implementation. RabbitMQ is a free, open-source and extensible message queuing solution. It is a message broker that understands AMQP Protocol (Advanced Message Queuing Protocol), but is also able to be used with other popular messaging solutions like MQTT. It is highly available, fault tolerant and scalable. It is implemented in Erlang OTP, a technology tailored for building stable, reliable, fault tolerant and highly scalable systems which possess native capabilities of handling very large numbers of concurrent operations. 0:00 - Intro & Project Setup 9:47 - RabbitMQ Connection C# 18:41 - RabbitMQ Exchange C# 27:51 - RabbitMQ Queue C# 34:09 - RabbitMQ Bind C# 37:45 - RabbitMQ Publish C# 47:56 - RabbitMQ Subscribe C# & RabbitMQ Consumer C# 1:16:08 - Testing with Multiple Publishers & Consumers RabbitMQ Connecti
Back to Top