filmov
tv
RabbitMQ in .NET Core (Part 1, Single producer and consumer with Queue)
Показать описание
This is the first video of the video series on RabbitMQ. RabbitMQ is vast, and it is not possible to cover every single aspect of RabbitMQ in a single video. Hence, I will create a series of RabbitMQ.
Before we get into RabbitMQ it is important to understand why we need a queueing system. And I discussed this in my video on Microservices here:
A queue or a message broker provides the much-needed decoupling between microservices. And it prevents get into the anti-pattern of the distributed monolith.
You can think of a message broker like a post office. Its main responsibility is to broker messages between publishers and subscribers.
Once a message is received by a message broker from a producer, it routes the message to a subscriber. The message broker pattern is one of the most useful patterns when it comes to decoupling microservices.
Before we get into RabbitMQ it is important to understand why we need a queueing system. And I discussed this in my video on Microservices here:
A queue or a message broker provides the much-needed decoupling between microservices. And it prevents get into the anti-pattern of the distributed monolith.
You can think of a message broker like a post office. Its main responsibility is to broker messages between publishers and subscribers.
Once a message is received by a message broker from a producer, it routes the message to a subscriber. The message broker pattern is one of the most useful patterns when it comes to decoupling microservices.
RabbitMQ in .NET Core (Part 1, Single producer and consumer with Queue)
.NET 6 - Message Broker with RabbitMQ 🐰🐰🐰
Build Highly Scalable Applications With RabbitMQ in .NET
HOW TO CONFIGURE RABBITMQ IN A .NET CORE API
RabbitMQ Implementation in .net core Microservices Architecture | Part 3
RabbitMQ in 100 Seconds
RabbitMQ ASP NET CORE 5 (part-10 Request Response Tutorial )
RabbitMQ ASP NET CORE 5 (part- 07 Command Send tutorial)
.NET Aspire in Action: Cloud-Native App Development with Messaging Components
An introduction to MassTransit using RabbitMQ (In ASP.NET Core)
Asynchronous messaging with RabbitMQ and .NET
RabbitMQ Send .net Core
RabbitMQ C# [RabbitMQ .Net] Implementation - RabbitMQ Beginner to Advanced Tutorial - Part 03
Sending and Receiving Messages from RabbitMQ using .Net Core App
RabbitMQ Direct Exchange producer/consumer (Part 2, RabbitMQ in .NET Core)
RabbitMQ + .NET Core: 100x FASTER
RabbitMQ ASP NET CORE 5 (part-01)
C# Publish Message to RabbitMQ Queue(one to one) Part 1
RabbitMQ ASP NET CORE 5 (part- 06 RabbitMQ & MassTransit Setup)
Building Reactive Microservice with RabbitMQ and ASP.NET Core
RabbitMQ with .NET core in Real time
RabbitMQ ASP NET CORE 5 (part- 09 Event Publisher Tutorial)
RabbitMQ ASP NET CORE 5 (part-02 Why Needed first part - 01)
Microservices Async Communication Using RabbitMQ | What Is RabbitMQ? | DotNetTricks
Комментарии