.NET 6 - Message Broker with RabbitMQ 🐰🐰🐰

preview_player
Показать описание
In this video we will be going to be discussion Message Broker with RabbitMQ in .NET Application why do we need it and how can we implement it in our .NET 6 Web API. We will be building a message producer and message consumer.

Support me on Patreon to access the source code:

Create .NET 6 Web API

.NET 6 and PostgreSQL

.NET 6 - AutoMapper & Data Transfer Objects (DTOs) 🗺

Middlewares

Dependency Injections

Let us connect:

Support my work:

Hire Me:

WHO AM I:
I'm Mohamad, a Enterprise Architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.

GET IN TOUCH:

#dotnet #rabbitmq #api
Рекомендации по теме
Комментарии
Автор

Hi from Turkey, thank you for your videos. I hope you will not stop it. Take care, cyu.

berkozerdogan
Автор

I’m obsessed with your vids!
They’re straight FIRE and I feel super comfy vibing with your courses KEEP doing your thing

I hope I can meet you in real life one day
You don’t even know how much I love ya for real! You’ve helped me out a ton to get my first job and I appreciate it so much

abdulrahmanabdullah
Автор

This is the most clear tutorial on rabitmq . Thank you!!!

gakhappy
Автор

25:06 The cries of your child.. and a father's most difficult moments. Nevertheless, you maintained good concentration. Thank you for this nice tutorial 😊 Peace & Respect !!

niyazibakkal
Автор

This was really helpful video. Thank you so much for detailed tutorial.

softwaredevx
Автор

good tutorial but when you change exclusive to false, please mention that in video :)

pouyatirdad
Автор

Thank you bro, just had a few questions. First it seems like your message that you persisted earlier wasn't read when the consumer started later on despite the fact that it wasn't dequeued, what's up with that? Second, how do you scale this in production with multiple consumers? I want my users to be able to run things concurrently, let's say if many users try to create a booking at the same time.

malikbrahimi
Автор

Really fruitful tutorial. Thanks a million

shohaibpt
Автор

Awesome tutorial Mo! Wouldn't the Console.ReadLine be problematic if you want to run the consumer in a docker container?

ThompsonEdolo
Автор

Nice tutorial Mohamad, want to understand the Authentication & Authorization in Rabbit MQ. Can you pls post a video.

keshabnayak
Автор

Thank you for much.
Cool.
From : Uzbekistan To: Beirut or Dubai

botirjonjumaqulov
Автор

Nice begginer tutorial, thanks.
I would like to hear more in depth about all the objects and methods you are using.
Also, pay attention that the configuratiion "exclusive: true" may cause many problems, so i set it to false.
Thanks!
EDIT:
After a re-view, i can see that you edited it in the video but didnt mentioned it. it worth mentioning....

haggainewman
Автор

that is good for beginners in rabbit mq

mohsenaghakarami
Автор

Thank you Mohamad. You explain well sir.

neilvermeulen
Автор

Hi from Pakistan,
I have to use RabbitMQ for sending large volume of SMS messages from web app to SMS gateway API.
Eventually, web application will be used by multiple tenants.
What implementation is recommended for such use case?

WikkiOnIlluminati
Автор

Awesome! nice tutorial like always man, may the peace be upon you and thank you to share your knowledge with us

Gilgameshx
Автор

Very good video, thank you sir. I came across an error and in order for it to work for me, when declaring a channel, first set 'false' on 'exclusive' and also add 'autoDelete' set to 'false' and 'arguments' set to 'null'.

lirovink
Автор

I would like to understand why every rabbitmq tutorial shows the consumer as console app? What if the consumer is a web api as well with other functionalities? How would you handle it?

Guillen
Автор

What if the consumer is an API project? how to make a service consumes the queue?

kareemkaram
Автор

thank u so much can u do a show us how to consume these messages please?

hafidagaougaou