Build Clean Messaging in .NET with MassTransit

Поділитися
Вставка
  • Опубліковано 10 тра 2023
  • Enroll to "Cloud Fundamentals: AWS Services for C# Developers" for FREE: bit.ly/3XKUBOH
    Become a Patreon and get source code access: / nickchapsas
    Hello everybody I'm Nick and in this video, I will show you how you can get started with building clean and scalable messaging applications using the excellent library, MassTransit.
    Give MassTransit a star on GitHub: github.com/MassTransit/MassTr...
    To get $25 worth of free AWS credits email dotnet-on-aws-feedback[at]amazon[dot]com with the subject line "AWS CREDIT NICK CHAPSAS".
    Workshops: bit.ly/nickworkshops
    This video is sponsored by AWS
    Don't forget to comment, like and subscribe :)
    Social Media:
    Follow me on GitHub: bit.ly/ChapsasGitHub
    Follow me on Twitter: bit.ly/ChapsasTwitter
    Connect on LinkedIn: bit.ly/ChapsasLinkedIn
    Keep coding merch: keepcoding.shop
    #csharp #dotnet #aws

КОМЕНТАРІ • 155

  • @PhatBoyG
    @PhatBoyG Рік тому +177

    Awesome video! So many details covered, including switching transports, the difference between IPublishEndpoint and IBus, ensuring contracts are in a namespace, and changing brokers - really amazing. Fantastic work, thanks for the great content!

    • @nickchapsas
      @nickchapsas  Рік тому +42

      Thank YOU for the great library Chris! So much more to cover in future videos.

    • @wormB1
      @wormB1 Рік тому +1

      @PhatBoyG hi Chris can you post docs of the configuration to use existing queues/topics that are created upfront by let’s say DevOps crew, regardless of the transport specific implementation (or ASB to be more precise)?

    • @sp2502
      @sp2502 Рік тому +1

      @@nickchapsas MultiBus would be good to cover.

    • @GavSaysPogMoThoin
      @GavSaysPogMoThoin Рік тому +5

      @PhatBoyG @nickchapsas How about you both partner up for a series of videos covering MT and some of the more advanced concepts like Routing Slips and Sagas? Nick has a knack for making the complicated things simple, which I think the MT docs really need.

    • @GuilhermeCardoso-td8qu
      @GuilhermeCardoso-td8qu 10 місяців тому

      You've alreays recommend to use Interfaces instead of classes to define the messas. Does the same applies with records, like Nick used here?

  • @sunefred
    @sunefred Рік тому +128

    Yes please, a series on Sagas. Preferably with a mix of REST, database, and maybe other integrations.

    • @weifengmao
      @weifengmao Рік тому +3

      You are asking for a full on state machine course. Chris (MT author) has plenty of them in his channel.

    • @bardin08
      @bardin08 Рік тому +1

      @@weifengmao perfect! Thanks for the recommendation!

    • @michaelnjensen
      @michaelnjensen Рік тому +1

      @@weifengmao What is his channel?

    • @vitovondervollbart1620
      @vitovondervollbart1620 Рік тому +2

      Would love to see @nickchapsas's take on these topics. Sagas, yes please! Activities and routing slips, yes please! Outbox pattern, yes please! BTW, very thorough playlists here from Chris Patterson aka @PhatBoyG right here 👉 www.youtube.com/@PhatBoyG/playlists

    • @weifengmao
      @weifengmao Рік тому

      @@michaelnjensen www.youtube.com/@phatboyg

  • @tonystoynev7969
    @tonystoynev7969 Рік тому +90

    Hey, @Nick! It will be great if you make a video explaining the concept of Sagas! There aren’t many out there and I believe yours will be the best

  • @pablocom
    @pablocom Рік тому +26

    I would LOVE to see more videos about Masstransit ❤

  • @devmarkmonster
    @devmarkmonster Рік тому +4

    Wow, nice work! I’ve been using MassTransit for about 5 years now and would not have thought anyone could cover so much of MassTransit in such a condensed form.

  • @lyndseypaxton3697
    @lyndseypaxton3697 Рік тому +10

    Great video, as usual. Would indeed love to see more details around sagas

  • @jrqv
    @jrqv Рік тому +4

    Excellent video Nick! And yes please make videos about those more advanced concepts, resilience best practices especially

  • @nickpolyderopoulos3491
    @nickpolyderopoulos3491 Рік тому +3

    I wanted a video like that Nick. I am using MassTransit for the last couple of years at work and I wanted an easy way to explain it to the new developers. Now your video will help with that :)

  • @mediaatul
    @mediaatul Рік тому +19

    Hi @Nick,
    i've been following you for long time, and learned lot from your videos, it helps me lot in enhancing my skills and career, do you mind creating one video series in Distributed transaction in Microservices.

    • @nickchapsas
      @nickchapsas  Рік тому +16

      Great topic! I'll add it in the list

    • @mediaatul
      @mediaatul Рік тому +1

      @@nickchapsas Thanks Nick 😊

  • @rholdorf
    @rholdorf 11 місяців тому +2

    Yes, please do some Saga state machine content. It would be nice to have your take on that. Chris’ videos are good but I think the community will love to see you explaining things.

  • @user-ht3cx2uz2w
    @user-ht3cx2uz2w Рік тому +1

    This guy rocks! Thank you for the great video. Loads of details, so clearly explained.

  • @claudiovalerio7253
    @claudiovalerio7253 Рік тому

    Great video as usual! Other videos about sagas and other messaging concepts will be extremely appreciated!

  • @ivandrofly
    @ivandrofly 2 місяці тому

    11:59 - Very good point :) (no leaking domain model)
    13:49 - Referring to the Outbox or Transactional Outbox Pattern
    14:23 - Consumer project

  • @user-sq7ry5vx7t
    @user-sq7ry5vx7t Рік тому +1

    I was searching for exactly this video like a month ago, it would have saved me many hours of love cast and documentation dive around some core concepts. But the documentation is so nicely written that it would be a shame to not have read it. Alas, this is awesome and I hope more content is produced around MassTransit (beside Chris Patterson own content, which is awesome but if the only person talking about a library is its own creator people may be more cautious to adopt).

  • @DoronGrinzaig
    @DoronGrinzaig Рік тому +1

    The "well documented" in the intro. Man... You gotta be kidding me!
    Just stumbled on this video after spending a couple of hours of reading the source code because I could not find anything useful in the docs.
    It's a very useful library for sure and hats off to its creator and maintainers, but it has a lot of work to do on the documentation side.

  • @coolmn786
    @coolmn786 Рік тому

    Love your timing. Thinking of using queues for a side project and doom! Video about it. Please do continue this series

  • @phennexion
    @phennexion Рік тому

    Not sure if it was intentional but you explained things well enough for dummies like me to understand the basics this time around and I appreciate that!! lol

  • @dudelkt
    @dudelkt Рік тому +1

    Awesome video as always!!!
    I've been using MassTransit for the last couple of years and it's have been a great experience overall. I would like to learn more about Sagas too :)

  • @inzyster
    @inzyster Рік тому

    I’ve been using MassTransit for a bit over 2 years now and seeing how awesome this video was I would love to see you talk about Sagas.

  • @eagleinthesky9777
    @eagleinthesky9777 Рік тому +3

    Thank you for the great video!
    MassTransit is definitely great library and we used it on some small projects, but unfortunately it did not support configuration to work without admin permissions so we could not use it for big project that required infrastructure as a code approach.
    It always required connection string with admin permissions and wanted to modify infrastructure, create queues, read all available queues, etc...
    We needed something that just works with send and receive permissions and nothing more.
    Maybe it is possible now, but it was not possible in previous versions.

  • @YiannisMiliaresis
    @YiannisMiliaresis Рік тому

    Μπράβο Nick, thank you for this video !

  • @SlackwareNVM
    @SlackwareNVM 10 місяців тому

    Resilience has been a hot topic at our workplace. I'd love to see more videos on that.

  • @pilotboba
    @pilotboba Рік тому +2

    @Nick Lots of stuff to parse in here.
    A few questions. What what you showed the same if there is a single consumer or multiple consumers? If multiple, which consumer is responsible for removing the message from the queue?
    Also, is it a common best practice to have a single queue for message type? At our shop, it seems more common to have one queue and multiple message types go through the queue.
    Also, I'd love to see some explanation of when to use SNS vs SQS and when and why to use them together.

  • @atomicazure
    @atomicazure 5 місяців тому

    Thank you Nick. I learnt Masstransit from you.

  • @jameshancock
    @jameshancock Рік тому +4

    Sagas and Resilience, yes please!

  • @leonardomoreno23
    @leonardomoreno23 Рік тому +1

    Saga is always a hot topic. Can't wait to watch it

  • @denizcanaltun
    @denizcanaltun 5 місяців тому

    Awesome! Thanks Nick

  • @bardin08
    @bardin08 Рік тому +3

    Awesome into to MassTransit, but we need a second (advanced) part where Sags and other advanced features of MassTransit

  • @robertkhou
    @robertkhou Рік тому +2

    Many years ago I used MassTransit but I have since replaced it with Dapr, Dapr is great!

  • @GiovanniOrlandoi7
    @GiovanniOrlandoi7 Рік тому +2

    Thanks for the video! Would like to learn more about Sagas and Masstransit

  • @michaelnjensen
    @michaelnjensen Рік тому

    Definitely interested in more on masstransit, with sagas, statemachines, handling transactions etc, would even buy a course on it, along with many other more in-depth topics used for more complex enterprise/microservice solutions.

  • @vasiliyfofanov2605
    @vasiliyfofanov2605 Рік тому

    Thanks a lot for the video. Waiting for Sagas video

  • @steve-wright-uk
    @steve-wright-uk Рік тому

    Great video. Would love to see more about sagas, and also about publishing a single message that get consumed by many consumers.

  • @BloodXlll
    @BloodXlll Рік тому

    That would be great to learn more about the sagas!

  • @robertlofthouse9667
    @robertlofthouse9667 Рік тому +2

    Awesome video as always Nick. A MassTransit series that covers sagas and resilience would be great, thanks very much

  • @kirillhorn3186
    @kirillhorn3186 Рік тому

    Yeah, definitely want a video about sagas and ither stuff!

  • @nove1398
    @nove1398 Рік тому +1

    Yes looking out for a video on sagas

  • @farzadmf
    @farzadmf Рік тому

    SUPER cool!

  • @luludahora
    @luludahora 11 місяців тому +2

    Awesome content, Nick! A sagas video would be nice. Also, what do you think about showing us how to add a unit of work with mass transit? Thanks

  • @amirhossein6674
    @amirhossein6674 Рік тому

    Fantastic video.

  • @queenstownswords
    @queenstownswords Рік тому

    Nick, great Video. Please give insights on how you would test this (unit and integration). Thanks!

  • @MXDMND_
    @MXDMND_ Рік тому

    Hey Nick, I am intrested in the Saga video as well. Thank you 😊

  • @travusb
    @travusb Рік тому

    I've been looking at MassTransit for a while for a rewrite of our code base and would love to see a series on it.

  • @reniersantanderyhanes6750
    @reniersantanderyhanes6750 4 місяці тому

    Thanks!

  • @BTimelessC
    @BTimelessC Рік тому

    Definitely want a video on sagas :P Amazing videos as always. Could mass transit add different messaging implementations (RabbitMq, Azure Service Bus, AWS) for different consumers I wonder? I think it might, something about that ConfigureEndpoints method

  • @alexisfibonacci
    @alexisfibonacci Рік тому

    Yes please! Sagas!

  • @Andy01010
    @Andy01010 Рік тому

    Yes please, make more videos 😎

  • @Chorniyko
    @Chorniyko Рік тому

    Saga related video would be highly appreciated 😀

  • @eshadow2980
    @eshadow2980 Рік тому

    Awesome video, thank you!
    Can you make video for more advance feature like consuming messages in multiple instances using round-robin and how handle in case of one instance failed to process the message after consuming (retries, redelivery to next instance) ?

  • @rcamine
    @rcamine Рік тому

    a series about contract testing would be cool

  • @kir2154
    @kir2154 Рік тому

    It would be perfect to know sagas concepts!

  • @childeroftheatom
    @childeroftheatom Рік тому +1

    I love masstransit but I prefer to use Bustr because it is an abstraction on top of it to make it simpler to scale and more organized

  • @bbatchelder
    @bbatchelder Рік тому

    Yes to Sagas and Resilience!

  • @Nouriishly
    @Nouriishly Рік тому

    very cool

  • @orthodox-4-ever
    @orthodox-4-ever Рік тому +3

    We want Sagas! 🥳

  • @dcernach
    @dcernach 9 місяців тому

    Great content as usual! Brig us a video about Sagas using Masstransit and RabbitMq!

  • @FlippieCoetser
    @FlippieCoetser Рік тому

    Yes, please do a video on Saga and while you are at it throw Azure Pub-Sub in the mix.

  • @rezaabolhasanzadeh6845
    @rezaabolhasanzadeh6845 Рік тому

    Tnx Nick
    Please create a complete tutorial on implementing saga pattern using masstransit

  • @adriaarquimbaucodina7398
    @adriaarquimbaucodina7398 Рік тому

    Nice video. What about idempotency when using a consumer that Scale-out to keep the idempotency in duplicates for example.

  • @FilipFranik
    @FilipFranik Рік тому

    Just now I'm trying (and failing) to setup some end-to-end tests with MassTransit and WebApplicationFactory!

  • @julienlefevre1661
    @julienlefevre1661 10 місяців тому

    Thanks for this video. What about performances of MassTransit compared to dedicated ones? :)

  • @codesafariDev
    @codesafariDev Рік тому

    Hey Nick, great video - as always!
    I could not find a video about Hot Chocolate in your history, did you ever give it a try?

  • @TheMichDre
    @TheMichDre 8 місяців тому

    Hey Nick, great video thank you :) what still would be interesting to me is, how can we replace IMediatR with Masstransit Mediator and hook into the request pipeline to still be able to validate requests, messages etc before they reach the handler/consumer? or for doing audit, logging stuff

  • @torrvic1156
    @torrvic1156 3 місяці тому

    Hello Nick! :)
    Great lesson indeed. Really want to see your video on SAGAS. But please slow down a bit. You are super fast and I am a bit slow 😂

  • @paulkeating9259
    @paulkeating9259 10 місяців тому

    Would love to hear your take on Sagas be it on here or dometrain

  • @tahat4tt631
    @tahat4tt631 Рік тому

    Hi nick, Can you please explain more about sages and activities? 15:37

  • @martinmikhail
    @martinmikhail Рік тому

    Nick, you are amazing and everyone thinks I'm a genius because I watch your videos. I have an app that writes to a DB however, the DB it taken down a number of times a month for maintenance. I was thinking of adding an internal que for resilience. Is that the correct answer?

  • @pavelromashuk237
    @pavelromashuk237 Рік тому +1

    Hi Nick. Thank you for the video. I am not so familiar with AWS, but with Azure. In Azure service bus there is an option to create a filters on the topic by subscription. May you know if masstransit supports it? It would be cool if you could make a video about it. Thank you.

  • @cordsac8107
    @cordsac8107 2 місяці тому

    Please do some complete tutorial for handling notification service with MassTransit + Hangfire or Quartz.

  • @yhabshaker9143
    @yhabshaker9143 7 місяців тому

    Thank you. How can we ensure that both the data saving and message sending processes were completed successfully?

  • @lebgdu31081996
    @lebgdu31081996 Рік тому

    Just perfect, keep teaching us more please !

  • @thomasgunther8249
    @thomasgunther8249 Рік тому +2

    Hi Nick great video as always! I just started looking into MassTransit. I have two separate apps (no IPC) that are supposed to exchange simple messages with each other. The whole thing must work offline (so no AWS & Co.). RabbitMQ is a bit overkill. I thought of the GrpcProvider, which is also available for MassTransit. Do you think that could work? 🙂🤟👍

    • @aliengarden
      @aliengarden Рік тому +1

      I'm having the same question. What did you end up using?

  • @ilanb
    @ilanb Рік тому

    Love MassTransit! We use it extensively with RabbitMQ at work.

  • @JosephRuhundwa
    @JosephRuhundwa Рік тому

    Super Cooooooool. Thank you very much for the video. Keep up the good work.

  • @logantcooper6
    @logantcooper6 11 місяців тому

    MassTransit has a transactional outbox as well.

  • @RMarjanovic
    @RMarjanovic Рік тому +2

    Hey Nick and thanks for a great video. When testing out MassTransit in my own projects I'm faced with the issue that topics / endpoints get created based on the namespace name. Which means that the consumer and publisher needs to share the same namespace on the message being sent. If I don't want to create a separate class library for the messages, nor sharing the same namespace name between different projects, is there a way to configure this more granularly in the setup?

    • @BTimelessC
      @BTimelessC Рік тому +2

      Yes there is, you can configure your own topic/queue names. For example in azure service bus you can do it like :
      cfg.Message(m => m.SetEntityName("topic-name"));

    • @Divus90
      @Divus90 Рік тому +1

      As mentioned by BTimelessC, you can set both queue and subscription names (not sure how to handle that with topic) on your own.

    • @eagleinthesky9777
      @eagleinthesky9777 Рік тому +1

      There are replies in this thread how to configure custom topic name, you can try to set subscription name as well but unfortunately it will not work if classes are in different namespaces. It looks like strict requirement of the library that namespace and class name should match. If they don't match - MassTransit will try to create queue with "_skip" suffix and will send your messages there. If you will not give it permissions to create new queues - it will just fail.

  • @JoeIrizarry88
    @JoeIrizarry88 Рік тому

    Sagas video!

  • @superpcstation
    @superpcstation Рік тому

    Hey nick, can you talk about Task.Yield?

  • @weifengmao
    @weifengmao Рік тому

    Dapr would be an interesting comparison to MT.

  • @alessandrorodiani6651
    @alessandrorodiani6651 7 місяців тому

    More on MassTransit and sagass

  • @SamFerree
    @SamFerree Рік тому

    thoughts on Rebus? I have nothing but the highest praise for it.

  • @GavSaysPogMoThoin
    @GavSaysPogMoThoin Рік тому

    Another request for routing slips / sagas.

  • @sonics5439
    @sonics5439 Рік тому +2

    Hi Nick, what is your recommendation on how to address problem when DB operation succeeds but publish message operation times out or fails in general? The only option I see is to use DB transaction which would be committed after publish operation succeeds but would like to know your opinion. Thanks!

    • @zholinho
      @zholinho Рік тому +1

      I am using database as a queue. So when I do SaveChanges() everything or nothing will be saved.

  • @lutfidwedari
    @lutfidwedari Рік тому +1

    Thanks, Very Interesting, I just missed com comparison with other libraries that implement the AMQP protocol and with what queue transports it can use, I only see AmazonSQS, RabitMq and InMemory. Finally how does it handle disconnects?

    • @nickchapsas
      @nickchapsas  Рік тому +2

      There is built in resiliance which I will be showcasing in a future video. MassTransit officially supports RabbitMQ, Azure Service Bus, Amazon SQS, ActiveMQ, Kafka, In Memory and gRPC

    • @pavelyeremenko4640
      @pavelyeremenko4640 Рік тому

      @@nickchapsas This is misleading. Afaik, it supports most of these as "Riders", not as primary brokers/transport.
      So if you wanted to completely switch from rabbit to kafka, you would probably need to drop masstransit in the process.

    • @PhatBoyG
      @PhatBoyG Рік тому

      @@pavelyeremenko4640 Only Kafka and Azure Event Hub are riders (they are both streams, not queues), and they can be used with or without a broker for the bus. So you don't need to drop anything to use MassTransit with either of these event stream providers.

    • @pavelyeremenko4640
      @pavelyeremenko4640 Рік тому

      @@PhatBoyG Would you mind sharing code examples of using MassTransit on top of kafka?

  • @maksymkyian4920
    @maksymkyian4920 11 місяців тому

    Please make a video about Sagas =)

  • @christpetitjean
    @christpetitjean Рік тому

    Hello Nick, did you already looked at Dapr ? If so, what are your thoughts?

  • @june3878
    @june3878 11 місяців тому

    Does MassTransit allow real-time control of the banding?

  • @abdulhafeel6200
    @abdulhafeel6200 3 місяці тому

    Hey @Nick! Awesome video. Could you please a video with ActiveMQ Artemis using MassTransit. I am working on .NET 8 project with TDD (xUnit). There I have to implement this.

  • @Mec2005
    @Mec2005 2 місяці тому

    @Nick, is it possible to use LiteDB with MassTransit?

  • @yoanashih761
    @yoanashih761 Рік тому +1

    Will the sqs be created automatically if we run publisher first?

    • @davidpiepgrass743
      @davidpiepgrass743 11 місяців тому

      The RabbitMQ example suggests that the answer is no (and I don't know why).

  • @OsoreWatashi
    @OsoreWatashi Рік тому

    Wondering about Wolverine here. It can interop with MassTransit if needed, but would you for new applications?

  • @alentor
    @alentor Рік тому +2

    Make a SAGA example please

  • @jordananderson3395
    @jordananderson3395 Рік тому

    Rebus enters chat

  • @woistdasniveau8290
    @woistdasniveau8290 Рік тому +1

    Is messaging now considered a good practice or not i am confused on this topic.

  • @recaicingoz6785
    @recaicingoz6785 Рік тому

    Hello Nick, I need to ask you an question . If I use that this type to message among our service in windows 10 operation system that Won't I need any docker images etc...

  • @yhabshaker9143
    @yhabshaker9143 7 місяців тому

    👍

  • @bloggrammer
    @bloggrammer Рік тому

    Missed "Special thanks to my patrons"

  • @R0ckyRocket
    @R0ckyRocket Рік тому

    Please create a video about sagas

  •  Рік тому +1

    Can anyone please explain why and how is Yield used in the BackgroundService?

    • @nickchapsas
      @nickchapsas  Рік тому +5

      That little gem deserves a video of its own

  • @SelyChangampally
    @SelyChangampally 10 місяців тому

    What is the benefit of this over grpc or websocket?