.NET 6 - Message Broker with RabbitMQ 🐰🐰🐰

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

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

  • @berkozerdogan
    @berkozerdogan Год назад +7

    Hi from Turkey, thank you for your videos. I hope you will not stop it. Take care, cyu.

  • @gakhappy
    @gakhappy Месяц назад

    This is the most clear tutorial on rabitmq . Thank you!!!

  • @abdulrahmanabdullah8636
    @abdulrahmanabdullah8636 20 дней назад

    YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO! I’m obsessed with your vids!
    They’re straight FIRE and I feel super comfy vibing with your courses KEEP doing your thing
    I hope I can meet you in real life one day
    You don’t even know how much I love ya for real! You’ve helped me out a ton to get my first job and I appreciate it so much

    • @MohamadLawand
      @MohamadLawand  20 дней назад +1

      Hamdellah, glad that you like them. Appreciate the support.

  • @pouyatirdad8489
    @pouyatirdad8489 Год назад +8

    good tutorial but when you change exclusive to false , please mention that in video :)

  • @niyazibakkal196
    @niyazibakkal196 Год назад +9

    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 !!

  • @rifathossain2788
    @rifathossain2788 6 месяцев назад +1

    Many many thanks, from bangladesh

  • @softwaredevx
    @softwaredevx 7 месяцев назад

    This was really helpful video. Thank you so much for detailed tutorial.

  • @adewaleadisa4346
    @adewaleadisa4346 3 месяца назад

    Thanks for this concise tutorial

  • @khaledaljadaan7826
    @khaledaljadaan7826 7 месяцев назад +1

    شرح رائع محمد شكرا جزيلا 👏🤗

  • @ThompsonEdolo
    @ThompsonEdolo 9 месяцев назад

    Awesome tutorial Mo! Wouldn't the Console.ReadLine be problematic if you want to run the consumer in a docker container?

  • @anaraxmed2606
    @anaraxmed2606 Год назад +1

    good father, good video!😀

  • @malikbrahimi7504
    @malikbrahimi7504 Год назад +2

    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.

  • @keshabnayak9399
    @keshabnayak9399 Год назад +1

    Nice tutorial Mohamad, want to understand the Authentication & Authorization in Rabbit MQ. Can you pls post a video.

  • @mohsenaghakarami5140
    @mohsenaghakarami5140 10 месяцев назад

    that is good for beginners in rabbit mq

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

    Thank you for much.
    Cool.
    From : Uzbekistan To: Beirut or Dubai

  • @lirovink
    @lirovink 6 месяцев назад

    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 8 месяцев назад

    Salute your effort. 🖖 Thanks a lot 🤗

  • @haggainewman4212
    @haggainewman4212 Год назад +4

    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 Год назад +4

      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.

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

    Really fruitful tutorial. Thanks a million

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 6 месяцев назад

    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?

  • @MahmoudIsmail-rw7hg
    @MahmoudIsmail-rw7hg Год назад

    Thanks Mohamed

  • @GabyEme
    @GabyEme 10 месяцев назад

    I´m like number 1000 !! Yhea!

  • @kareemkaram2346
    @kareemkaram2346 5 месяцев назад

    What if the consumer is an API project? how to make a service consumes the queue?

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

    Thank you @Mohamad, keep going ...

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

    thank u so much can u do a show us how to consume these messages please?

  • @SOduorCsharpSoftwareEngineer
    @SOduorCsharpSoftwareEngineer 5 месяцев назад

    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

  • @Guillen8606
    @Guillen8606 Год назад +1

    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.

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

    Thank you Mohamad. You explain well sir.

  • @Mohamed_Warda
    @Mohamed_Warda 8 месяцев назад

    thank alot

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

    Thanks for the vid mate!

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

    Mr.mohammad, should we use AntiForgeryToken in our web api?
    and why if is it?
    Thanks ❤❤

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

    Awesome! nice tutorial like always man, may the peace be upon you and thank you to share your knowledge with us

  • @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.

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

    Great content once again Mo - thanks! Why VS Code though!? 😅

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

    How can i implement consumer in webAPI project not in consoleApp

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

    Thank you very much!

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

    Thank you!

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

    Very good!

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

    Can you make with Azure services integration

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

    Thanks 😊

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

    38:48 Docker-compose file

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

    20:00

  • @comrade1687
    @comrade1687 8 месяцев назад

    1954

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

    I love you

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

    Привеь карапуз, когда будет ролик про клиент-серверное приложение с авторизацией на клиенте? asp net

  • @ahmedameen2
    @ahmedameen2 11 месяцев назад

    ليه مستعجل؟

  • @JdSR
    @JdSR 10 месяцев назад

    Bug 101 : Exclusive : false .

  • @rankarat
    @rankarat Год назад +1

    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 :)