Using MassTransit With RabbitMQ in .NET Applications

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 15

  • @CodeMaze
    @CodeMaze  7 หลายเดือนก่อน

    Thank you all for watching and for your support.
    ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM
    ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33

  • @tanjuavsar4847
    @tanjuavsar4847 20 วันที่ผ่านมา

    Hi thanks for useful information but I couldn't see where you set rabbitmq address ?

    • @CodeMaze
      @CodeMaze  20 วันที่ผ่านมา +1

      Thank you for watching the video. I didn't set the address. MassTransit knows it by default via configuration.

  • @prabhatmaurya7434
    @prabhatmaurya7434 4 หลายเดือนก่อน +1

    Great explanation, one doubt how does consumer know that it has to use "order-created-event" to receive messages.

    • @CodeMaze
      @CodeMaze  4 หลายเดือนก่อน

      Hi. As you can see, this is publish-subscribe relationship, that queue name is not importnat. I just created it to have some queue which we can track in RabbitMq UI. When you work with Pub-Sub, you don't care about the endpoint, it is the transfer type that matters, in this case the IOrderCreated interface. If you check my Event-Driven video, you will see there the Send method in use, which is considered as command. There, the endpoint matters. For pub-sub, we use events, and not commands.

  • @mohamedfarazallah1854
    @mohamedfarazallah1854 หลายเดือนก่อน

    How to use in two different solutions like producer as different project in one solution and consumer as different project in another solution

    • @CodeMaze
      @CodeMaze  หลายเดือนก่อน

      Hi. You can watch my Event-Driven Architecture video, maybe it can answer that question: th-cam.com/video/S3IAVii92xw/w-d-xo.html

  • @GiangNguyen-dx5ck
    @GiangNguyen-dx5ck 6 หลายเดือนก่อน +1

    There are some parts of the code that are not showing clearly, and how do you know the queue name is "order-created-event", can you redo that?

    • @CodeMaze
      @CodeMaze  6 หลายเดือนก่อน +1

      Hi. I am not sure what you mean by not showing clearly. All the code related to MassTransit is shown in the video. The video quality is good there is no blur anywhere. So I am not sure about what you mean here. The name of the event is something you declare. Also, you can watch this video: th-cam.com/video/LHYOBHR2Ms4/w-d-xo.html to learn more about RabbitMQ.

  • @ivandrofly
    @ivandrofly 7 หลายเดือนก่อน +1

    Thank you :)

    • @CodeMaze
      @CodeMaze  7 หลายเดือนก่อน

      You are most welcome. Thank you too for watching.

  • @miaucabogdansorin2702
    @miaucabogdansorin2702 2 หลายเดือนก่อน

    Hi, it would be nice to show with draws what is happening and how it works on each step

    • @CodeMaze
      @CodeMaze  2 หลายเดือนก่อน

      Well, I would need a lot of diagrams for that :) I thought having the step by step code implementation would be enough to understand the process.

  • @ismailak06
    @ismailak06 3 หลายเดือนก่อน

    hi, firstable u did amazing job thx for video and did u share this repo on github?

    • @CodeMaze
      @CodeMaze  3 หลายเดือนก่อน

      Hello. Thank you for watching and the kind words. I am glad you liked the video. The source code is part of the patreon benefits with some additional benefits regarding our products. The link is in the description section.