Intro To RabbitMQ

97,369
0
2023-02-27に共有
RabbitMQ is a powerful message broker that can help you create resilient and scalable applications. If you're not familiar with message brokers, don't worry - by the end of this video, you'll have a clear understanding of what they are and why they're useful.

In this video, I'll explain the basics of message brokers, demonstrate how RabbitMQ can be used with C# applications, and provide tips for setting it up effectively. Whether you're building microservices or simply looking to improve the reliability and scalability of your applications, this video will be a valuable resource for you.

Full Training Courses: IAmTimCorey.com/
Source Code: leadmagnets.app/?Resource=IntroToRabbitMQ
Mailing List: signup.iamtimcorey.com/

コメント (21)
  • Not only you teach coding, but architecting a system at the same time. Blessed to have a mentor like you Sir!
  • Can't believe you uploaded a video about RabbitMQ, I was making researches about this topic last week, I really need this video! Thanks Tim
  • Great content.. your content not only teach us c# but the whole echo system. ♥️
  • Tim. You're doing a lot of good stuff for people who needs a practical focus of the knowledge, specially in a world where people expect you to have experience with every tool and aspect.
  • @marks_02
    Another great option is to use Azure Service Bus as the queue, and then use Azure functions to pull out of service bus. The functions can be triggered automatically when a message arrives in the SB.
  • I have been waiting for RabbitMQ, explained by you for a long time. Now, I am confident that I'll know what the hell is this XD. Thank you for everything.
  • Thank you for another helpful video. Your content consistently provides clear and practical information that is very useful. I appreciate the effort you put into making these tutorials. Keep up the fantastic work!
  • I really like these clips; they help me understand instantly, unlike other YouTube videos.
  • Thanks a lot Tim! Even I with my zero experience with RabbitMQ and in a kind of stressful condition managed to understand something about it. At least know I know what it is and what is the purpose of this system.
  • @xlerb2286
    For years I was constrained to having to use MSMQ and I wasn't that keen on message queues. RabbitMQ is so much better in so many ways, big fan of message queues now.
  • Great stuff Tim. I Was looking for a tutorial on this topic and the experience I got is the best. Looking out for more.
  • Thanks for the vid Tim. Just yesterday I was looking for a tutorial on this topic and did not find something as clear. Thank you so much.
  • @7sim
    Great video Tim! Hope to see more RabbitMQ content soon :)
  • I was able to use Dapper and insert the messages, I used a stored procedure, really cool.
  • @yehy6357
    Hi Very clear way of explaning. I saw some videos on RabbitMQ, but I was waiting for your way of explaining things. Thanks
  • Amazing knowledge I got from this tutorial, Thank you very much