RabbitMq Tutorial in .net core Microservices using Masstransit with practical example

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 75

  • @canvietanh7112
    @canvietanh7112 2 года назад

    It's very helpful. Thank you😍

  • @yasinshirwan407
    @yasinshirwan407 Год назад

    Excellent bro..... The explanation provided is very good. It is clear and concise...

  • @sandipansaha6847
    @sandipansaha6847 3 года назад

    good job bro... make this kind of more videos...helps

  • @mangeshmishra8395
    @mangeshmishra8395 2 года назад

    Very nice 👍

  • @ahmedma527
    @ahmedma527 3 года назад

    Great explanation .. Thank you .. Please keep on

  • @barwalgayatri4655
    @barwalgayatri4655 3 года назад

    Good One Short nd sweet

  • @AvtarSingh-bq2hl
    @AvtarSingh-bq2hl 2 года назад

    Thanks bro to provide so much clear cut knowledge on complicated concept

  • @zaheerahmad110
    @zaheerahmad110 3 года назад

    Explain in very simple way. great video brother.

  • @Sudheerkumar-sf6xl
    @Sudheerkumar-sf6xl 3 года назад

    Very good

  • @hemantnavarkar3701
    @hemantnavarkar3701 3 года назад

    This is good one

  • @pratikkapadia560
    @pratikkapadia560 4 года назад

    This is really helpful to understand RabbitMQ

  • @niteshbajpai5282
    @niteshbajpai5282 4 года назад +1

    It’s really helpful for beginner like me.

  • @anilkanojia9961
    @anilkanojia9961 4 года назад

    Nice explained...Thank you

  • @sandeepbrk
    @sandeepbrk 4 года назад +1

    Thanks friend. Nice explanation!

  • @bogatom9204
    @bogatom9204 3 года назад

    Great tutorial! Thank you!

  • @thishandharmakeerthi5327
    @thishandharmakeerthi5327 Год назад

    Thanks

  • @aliasad8544
    @aliasad8544 4 года назад +1

    Thanks man, much needed this. Nice explanation. appreciate it.

    • @codingfriday6537
      @codingfriday6537  4 года назад +1

      you are welcome. Thank you for your feedback.

    • @aliasad8544
      @aliasad8544 4 года назад

      @@codingfriday6537 I've followed the same steps. I'm able to send messages to rabbitmq however I'm not able to receive the messages. By any chance can you upload the complete source code so I can download and try to run it locally, please. Thank you.

    • @codingfriday6537
      @codingfriday6537  4 года назад

      @@aliasad8544 it should work..but anyway, code is published to GitHub already, you can clone from there...you will find a zip file that you need to extract and run.

    • @aliasad8544
      @aliasad8544 4 года назад +1

      @@codingfriday6537 Thanks, I didn't see that .zip file there. appreciate it.

    • @aliasad8544
      @aliasad8544 4 года назад

      The source code works, thank you.

  • @pavanadapa7919
    @pavanadapa7919 4 года назад

    thanks for nice explanation

  • @bentosiqueira-es-ufla
    @bentosiqueira-es-ufla 4 года назад

    It was very helpful! Many thanks.

  • @mrunalsinhjadeja8618
    @mrunalsinhjadeja8618 3 года назад +1

    How to send and receive acknowledge that msg is delivered?

  • @joseubaldocarvajal6472
    @joseubaldocarvajal6472 4 года назад

    What an awesome explanation. New follower here

  • @sumankumarsahu9261
    @sumankumarsahu9261 4 года назад

    Awesome ❤️

  • @arvindsingh7173
    @arvindsingh7173 4 года назад

    very helpful.

  • @InshuMussu
    @InshuMussu 4 года назад

    Best one

  • @flave11
    @flave11 4 года назад +1

    Wow, this is really helpful

  • @uttamr3818
    @uttamr3818 3 года назад

    How can we achieve different exchanges functionalities like direct, topic and dead letter using mass transit?

  • @anilkorutla4600
    @anilkorutla4600 4 года назад

    good one Bro Keep on doing videos on micro service and can you implement Gateway to handle requests in between microservices

  • @rajashrichaudhari6463
    @rajashrichaudhari6463 3 года назад +1

    I used the same configuration but my all messags going to skipped queue.

  • @paulosergioxavier4993
    @paulosergioxavier4993 3 года назад

    In my project, i have 2 microservices in diferent solutions, the Rabbitmq dashboard shows my consumer. Everything is configured, but my Consumer is not called. Can anyone help me, pls?

  • @user-rp9iis1en6h
    @user-rp9iis1en6h 3 года назад

    Thanks.. it's really helpful. However, suppose i have 3 service, 1. Order creator, 2. Invoice creator, 3. Email sender
    Now, if all these 3 services are consuming same queue "order-queue" then , which service will mark the queue item as completed? How this will be handled?

  • @serdarymz
    @serdarymz 3 года назад

    Thanks for video. There's a little mistake in github repo.
    At Micro Service 2 project of Startup.cs file =>
    cfg.ReceiveEndpoint("order-queue", ep =>
    should be
    cfg.ReceiveEndpoint("order_queue", ep =>
    Or consumer doesn't receive message

  • @yoshita1060
    @yoshita1060 4 года назад

    Could you please provide the link next part of RabbitMq Tutorial.

    • @codingfriday6537
      @codingfriday6537  4 года назад +1

      I am planning to publish next videos by this weekend. I will let you know.

  • @mangeshdashmukhe1776
    @mangeshdashmukhe1776 4 года назад

    Do you have tutorial which explains message transmission when multiple messagebrokers are involved? Shovel plugin etc.

  • @rao6815
    @rao6815 4 года назад

    Awsome clarification and simplicity of explanation. Could you please make a video on how to configure all this stuff on Docker with the help of the Docker Compose file, Secondly is there any way to make this whole architecture dynamic.

  • @madhusudan19s
    @madhusudan19s 4 года назад

    Its really helpful but in my case m not able to hit the ms2 from ms1. Can you share github repo link so that i can cross check my code.

    • @madhusudan19s
      @madhusudan19s 4 года назад

      got the github source code,missed one line of code. It worked thanks @
      codingFriday

  • @muhannedbashier6957
    @muhannedbashier6957 4 года назад

    Is order class in MS1 should have the same namespace as Order class in MS2 ?

  • @OutNumbered41
    @OutNumbered41 3 года назад

    When I hit the await endpoint.send(order); my app just hangs. I'm assuming this is a configuration issue?

    • @OutNumbered41
      @OutNumbered41 3 года назад

      It was a config issue. Problem existed in my docker-compose file. Disregard.

  • @shashankdhyani8836
    @shashankdhyani8836 4 года назад

    Nice Tutorial, But lets Say i have a microservice Order.Api , I can book an order like example you shown.
    But how to fetch data of orders back? is there a way in masstransit to do that ?
    Basically i am Asking about how to fetch saved orders details??
    Thanks in advance.

    • @codingfriday6537
      @codingfriday6537  4 года назад

      May be this can answer ur question..as it has end to end flow of transactions between microservices
      ruclips.net/p/PLMZQrdYaj-DWUYo2eVGPBx268hQB7dPrl

  • @sarinatill7294
    @sarinatill7294 4 года назад

    I seem to be stuck, I cannot get m2 to consume the message ( I can see the message on RabbitMQ) I have had a look at your GH repo - our files are the same. Could you maybe assist? Excellent Video :-)

  • @thientruong252
    @thientruong252 4 года назад

    Why i have the order-queue_skipped and my consumer not called

    • @codingfriday6537
      @codingfriday6537  4 года назад

      please try with github code at first, that is in working state.

    • @thientruong252
      @thientruong252 4 года назад +1

      @@codingfriday6537 i see my problem, the message should have the same namespace

    • @angrishdeepty
      @angrishdeepty 4 года назад

      @@thientruong252 I got the same issue could you tell me what message should have the same namespace? my consumer class is not being called ...

    • @codingfriday6537
      @codingfriday6537  4 года назад

      check the namespace of your contract/message that has to be same ..as it is commonly being shared between consumer and producer

    • @angrishdeepty
      @angrishdeepty 4 года назад

      @@codingfriday6537 If you are referring to "orders-queue" then its same.....I just cant figure it out why not calling the other service :(

  • @mrr4181
    @mrr4181 4 года назад

    awesomeeev

  • @barwalgayatri4655
    @barwalgayatri4655 3 года назад

    I ma a new bee an d trying to Know what is Spring Boot /cloud

  • @adrenalinea953
    @adrenalinea953 3 года назад

    constant moving your face back and forth from corner to corner irritates too much, sorry, do not want to offend you, just my opinion. But video is good

  • @pedroquintero4214
    @pedroquintero4214 4 года назад +1

    If you remove you face on the video everything could be better.

  • @starman9000
    @starman9000 4 года назад

    You are most confused and frustrated Engineer! it is not easy to explain micro services to understand in this manner! slow down do it with passion! don't make video just for the sake of getting views ! stop moving your video all around or just get rid of that, no one interested to see your face all the time. Good luck.

    • @shailu0287
      @shailu0287 4 года назад +1

      Bhai tu kya kar raha hai logo ko micro service sikhane k liye. Yr bhai kam se kam koshish to kar raha hai. Muge to ty most frustrated engineer lag raha hai. Jisko karna kuch nahi hai

    • @shailu0287
      @shailu0287 4 года назад +1

      Check ur video first how frustated they are

    • @starman9000
      @starman9000 4 года назад

      @@shailu0287 look at your subscribers numbers! why there is no subscribers! identify mistake and do well, take criticism of on board and do well, good for you. if you can't catch user attention in 2 mins of Video, one will subscribe unlikely! He may be good as developer but not as a teacher.

    • @alpeshchoubisa8932
      @alpeshchoubisa8932 4 года назад

      @Jay I think this is not a way to criticize someone, if you are not liking it then criticize someone in a positive manner. I believe this video is good for those who wants to learn microservices, for both freshers and experienced person.

    • @shailu0287
      @shailu0287 4 года назад

      @@starman9000 still I am not saying anyone frustrated engineer. you have 3 videos and you are behaving like you have 3 million subscribers by posting some airport videos. Bro if you can't do anything good then pls don't demotivate others who are trying to do something good.