MENU

Fun & Interesting

Getting Started With MassTransit (Beginner Friendly)

Milan Jovanović 34,561 lượt xem 1 year ago
Video Not Working? Fix It Now

Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/masstransit
☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt
📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ
🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic

MassTransit is an open-source distributed application framework for .NET. It provides a messaging abstraction on top of the supported message transports. MassTransit lets you focus on adding business value instead of worrying about messaging complexity.

Health checks provide a way to monitor and verify the health of various components of an application, including databases, APIs, caches, and external services. Let's see how to implement health checks in ASP.NET Core. MassTransit supports many message transport technologies. Here are a few that are popular:

- RabbitMQ
- Azure Service Bus
- Amazon SQS
- Kafka

In today's video, I'll show you how to install and configure MassTransit in .NET. We'll connect MassTransit to a few message brokers - RabbitMQ and Azure Service Bus. And we will also cover how to publish and consume messages with MassTransit.

Check out my courses: https://bit.ly/3PupkOJ

Using MassTransit with RabbitMQ and Azure Service Bus
https://www.milanjovanovic.tech/blog/using-masstransit-with-rabbitmq-and-azure-service-bus

Join my weekly .NET newsletter:
https://www.milanjovanovic.tech

Read my Blog here:
https://www.milanjovanovic.tech/blog

Chapters
0:00 Installing MassTransit
0:51 What MassTransit does for you
1:45 Configuring MassTransit
3:41 Publishing messages with MassTransit
6:49 Consuming messages with MassTransit
11:18 Adding different message transports

Comment