Тёмный
No video :(

.NET 6 - Message Broker with RabbitMQ 🐰🐰🐰 

Mohamad Lawand
Подписаться 25 тыс.
Просмотров 51 тыс.
50% 1

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:
/ mohamadlawand
Create .NET 6 Web API
• Build CRUD with .NET 6...
.NET 6 and PostgreSQL
• .NET 6 PostgreSQL and ...
.NET 6 - AutoMapper & Data Transfer Objects (DTOs) 🗺
• .NET 6 - AutoMapper & ...
Middlewares
• Asp.Net Core - Middleware
Dependency Injections
• Asp.Net Core - Depende...
Let us connect:
🌍 My website - mohamadlawand.com
📸 Instagram - / mohamadlawand087
🐦 Twitter - / moe23
♯ Github - github.com/moh...
🎫 LinkedIn - / mlawand
💥 LinkTree - linktr.ee/moha...
Gear I use (affiliate link): amzn.to/3EbT8Jw
Support my work:
/ mohamadlawand
www.buymeacoff...
Hire Me:
transactions.s...
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:
If you’d like to talk, I’d love to hear from you. Tweeting @moe23 directly will be the quickest way to get a response, but if your question is very long, feel free to email me at hello@mohamadlawand.com.
#dotnet #rabbitmq #api

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@berkozerdogan
@berkozerdogan Год назад
Hi from Turkey, thank you for your videos. I hope you will not stop it. Take care, cyu.
@adewaleadisa4346
@adewaleadisa4346 20 дней назад
Thanks for this concise tutorial
@pouyatirdad8489
@pouyatirdad8489 Год назад
good tutorial but when you change exclusive to false , please mention that in video :)
@niyazibakkal196
@niyazibakkal196 Год назад
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 !!
@pt_trainer9244
@pt_trainer9244 10 месяцев назад
That was a bird
@abdurahmon9926
@abdurahmon9926 8 месяцев назад
@@pt_trainer9244 lol fr
@khaledaljadaan7826
@khaledaljadaan7826 4 месяца назад
شرح رائع محمد شكرا جزيلا 👏🤗
@rifathossain2788
@rifathossain2788 4 месяца назад
Many many thanks, from bangladesh
@keshabnayak9399
@keshabnayak9399 Год назад
Nice tutorial Mohamad, want to understand the Authentication & Authorization in Rabbit MQ. Can you pls post a video.
@softwaredevx
@softwaredevx 5 месяцев назад
This was really helpful video. Thank you so much for detailed tutorial.
@anaraxmed2606
@anaraxmed2606 11 месяцев назад
good father, good video!😀
@mohsenaghakarami5140
@mohsenaghakarami5140 7 месяцев назад
that is good for beginners in rabbit mq
@haggainewman4212
@haggainewman4212 Год назад
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....
@rapazeo
@rapazeo Год назад
Its also needed to set to false in producer.
@hungz1241_axa
@hungz1241_axa Год назад
:)) it keep lock resource and i have to replay 5 time to fix this error.
@sathishkumart3598
@sathishkumart3598 2 месяца назад
super helpful
@botirjonjumaqulov1546
@botirjonjumaqulov1546 Год назад
Thank you for much. Cool. From : Uzbekistan To: Beirut or Dubai
@lirovink
@lirovink 3 месяца назад
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'.
@PadamAgrawal
@PadamAgrawal 6 месяцев назад
Salute your effort. 🖖 Thanks a lot 🤗
@shohaibpt2996
@shohaibpt2996 11 месяцев назад
Really fruitful tutorial. Thanks a million
@malikbrahimi7504
@malikbrahimi7504 Год назад
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.
@SOduorCsharpSoftwareEngineer
@SOduorCsharpSoftwareEngineer 2 месяца назад
Nice work can you create An Event BoookidCreated using the DDD architecture then send the message to ticketprocessing system to process using RabbitMQ with EasyNet and save to the
@ThompsonEdolo
@ThompsonEdolo 6 месяцев назад
Awesome tutorial Mo! Wouldn't the Console.ReadLine be problematic if you want to run the consumer in a docker container?
@GabyEme
@GabyEme 7 месяцев назад
I´m like number 1000 !! Yhea!
@kareemkaram2346
@kareemkaram2346 3 месяца назад
What if the consumer is an API project? how to make a service consumes the queue?
@Guillen8606
@Guillen8606 Год назад
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?
@EivindGussiasLkseth
@EivindGussiasLkseth Год назад
Then you would need to host that API in a background service to make sure that the subscription keeps running even if the API is not called for a while. If not, you would have a subscription that stops due to inactivity, and it will start receiving messages again when the API is invoked, and not when a message is published.
@MahmoudIsmail-rw7hg
@MahmoudIsmail-rw7hg 10 месяцев назад
Thanks Mohamed
@hafidagaougaou8823
@hafidagaougaou8823 Год назад
thank u so much can u do a show us how to consume these messages please?
@bmassioui
@bmassioui Год назад
Thank you @Mohamad, keep going ...
@Mohamed_Warda
@Mohamed_Warda 5 месяцев назад
thank alot
@neilvermeulen5283
@neilvermeulen5283 Год назад
Thank you Mohamad. You explain well sir.
@WikkiOnIlluminati
@WikkiOnIlluminati 3 месяца назад
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?
@Gilgameshx
@Gilgameshx Год назад
Awesome! nice tutorial like always man, may the peace be upon you and thank you to share your knowledge with us
@georgekalokyris
@georgekalokyris Год назад
Great content once again Mo - thanks! Why VS Code though!? 😅
@neliquidmusic
@neliquidmusic Год назад
Thank you very much!
@_coder99
@_coder99 Год назад
Thanks for the vid mate!
@caseyspaulding
@caseyspaulding Год назад
Thank you!
@cgdou1
@cgdou1 Год назад
Very good!
@nknanda84
@nknanda84 Год назад
Thank you so much! While trying same I am getting error like below- Cookie file /var/lib/rabbitmq/.erlang.cookie must be accessible by owner only Could you pls help me on this.
@bonkeselemani503
@bonkeselemani503 Год назад
Thanks 😊
@alisyria7915
@alisyria7915 Год назад
Mr.mohammad, should we use AntiForgeryToken in our web api? and why if is it? Thanks ❤❤
@athero02yt3
@athero02yt3 Год назад
How can i implement consumer in webAPI project not in consoleApp
@bloopers2967
@bloopers2967 Год назад
Can you make with Azure services integration
@ivandrofly
@ivandrofly Год назад
38:48 Docker-compose file
@comrade1687
@comrade1687 6 месяцев назад
1954
@Ty1er
@Ty1er Год назад
20:00
@ahmedameen2
@ahmedameen2 9 месяцев назад
ليه مستعجل؟
@nicksos6
@nicksos6 Год назад
Привеь карапуз, когда будет ролик про клиент-серверное приложение с авторизацией на клиенте? asp net
@yurachernii3277
@yurachernii3277 Год назад
nobody understand your language
@abdurahmon9926
@abdurahmon9926 8 месяцев назад
@@yurachernii3277 i do
@jezreelfranklin3088
@jezreelfranklin3088 Год назад
I love you
@JdSR
@JdSR 7 месяцев назад
Bug 101 : Exclusive : false .
@rankarat
@rankarat Год назад
Nice tutorial Mohamad, but please can you less use the word "basically"? Thanks.
@altair91100
@altair91100 Год назад
thank you for the tutorial, however you should try to take a deep breath and slow down when talking, and avoid using "basically" as a comma :)
Далее
Intro To RabbitMQ
54:06
Просмотров 98 тыс.
.NET 6 - Web API Caching with Redis ⏲🌐
1:04:23
Просмотров 36 тыс.
Intro to MediatR - Implementing CQRS and Mediator Patterns
1:21:50
What is Amazon SageMaker?
14:26
Просмотров 67 тыс.