Город МОСКОВСКИЙ
01:21:23

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

Аватар
Творческие решения с помощью JS
Просмотры:
66
Дата загрузки:
03.12.2023 08:01
Длительность:
01:21:23
Категория:
Обучение

Описание

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 Connection C#:
Establishing a connection between RabbitMQ service and the C# application.

RabbitMQ Exchange C#:
Creating an Exchange in RabbitMQ from the C# Application. The exchange will route the messages to the appropriate queues based on the routing key.

RabbitMQ Queue C#:
Creating a Queue in RabbitMQ from the C# Application. Queues will receive the messages from RabbitMQ Exchanges based on the routing key and deliver to the consumers connected to the queues.

RabbitMQ Publish C#:
Publishing a message from the C# Application to the RabbitMQ Exchange.

RabbitMQ Subscribe C# & RabbitMQ Consumer C#:
Subscribing for messages from RabbitMQ Queues in the C# Application. C# Application should register a consumer in order to receive messages from the queues.

Download Source Code:
https://github.com/codingdroplets/RabbitMqSample

#RabbitMQ #MessageBroker #CSharp

Subscribe: https://www.youtube.com/c/CodingDroplets
You can also use the below link to like our page in Facebook.
https://www.facebook.com/codingdroplets

Рекомендуемые видео