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 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
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «RabbitMQ C# [RabbitMQ .Net] Implementation - RabbitMQ Beginner to Advanced Tutorial - Part 03», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.