NestJs Microservices with RabbitMQ

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

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

  • @sakthipraveen18
    @sakthipraveen18 5 месяцев назад +2

    It was simple and neat demonstration of producer and consumer. Thanks you.

    • @Computerix
      @Computerix  4 месяца назад

      You're welcome! Glad I was able to help

  • @Naya-ss7vs
    @Naya-ss7vs 10 месяцев назад +1

    Favorite RUclipsr dropped new content! Can't wait to watch it :)

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

      Thank you so much for the support ! Hope you enjoy it.

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

    Thank you. Now I got the understanding of rabbit mq. Keep going

  • @es7729
    @es7729 3 месяца назад +1

    Thanks you very much! It was really good example to follow!

    • @Computerix
      @Computerix  3 месяца назад +1

      I'm glad! Thanks for the comment

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

    Really great demonstration and explanation! Thank you!

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

    Excellent video brother. Thank you so much.

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

    It just arrived in time, thank you for the share, could you please clarify why did not you use monorepo?

    • @Computerix
      @Computerix  10 месяцев назад +1

      Honestly, I didn't give it much thought while filming the video, but I did deploy them under one repo on github : github.com/charbelh3/NestJs-Microservice-RabbitMQ
      Hope you find the video beneficial :)

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

    يعطيك العافية، شرحك ممتاز وواضح.
    I wish you would do more in detail examples about RabbitMQ with NestJs. Explaining some microservice principles and such.

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

      Thanks for the feedback ! And noted!

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

    Thanks for your video. Do you know how to implement fanout exchange with Nest.js ?
    I can't find any documentation about this implement.

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

      I'm not sure it is supported in NestJs out of the box .. But you can always use "amqplib", which is a rabbitmq library and client (that nest uses behind the scenes)
      Package: www.npmjs.com/package/amqplib
      You can create your own exchanges of any type, including fanout (e.g : channel.assertExchange("exchange-name", "fanout", {...options}) (amqp-node.github.io/amqplib/channel_api.html#channel_assertExchange)
      I have a video where we create our own rabbitMQ client that uses amqplib in Node (ruclips.net/video/igaVS0S1hA4/видео.htmlsi=SlVhAcNKF3sQIIz8). This video will support you in creating your own rabbitmq implementation using that package. You just have to replace the exchange type with "fanout" and make any necessary changes!
      I wish you good luck !

  • @quang.luu.179
    @quang.luu.179 9 месяцев назад

    Thank you for your great content. Keep up the good work (like)

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

    Great video, Thanks a lot!

  • @AamirpalSehmi-sf4rc
    @AamirpalSehmi-sf4rc 6 месяцев назад

    Thanks man for the video on this stack setup!

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

    Amazing thanks bro!
    Which keyboard do u use bro, sounds like music from heaven)

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

      You're welcome !
      Keyboard is XPG infarex K20. It does sound satisfying :)

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

    Nice thank you for sharing the knowledge liked and subscribed

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

      You're welcome :)

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

    you are lifesaver

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

    Also if my consumer is a seperate nestjs application running on a different port will this still workout

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

      Yes, as long as you're connecting your microservice project (the consumer) to the same rabbitMQ server, and listen on the queue, you will receive the messages successfully

  • @ВікаДеркач-ъ8э
    @ВікаДеркач-ъ8э 4 месяца назад

    Thank you !!! The video is very helpful

    • @Computerix
      @Computerix  4 месяца назад

      I'm glad! Thanks for your comment

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

    You are first who have separated files nice job keep working
    Can u build one big nestjs microservices app with rabbitmq ,redis ngnix ,docker

    • @Computerix
      @Computerix  10 месяцев назад +1

      Thank you for the suggestion

  • @leviiacc
    @leviiacc 4 месяца назад

    amazing video bro👍🏻

  • @ThuongNguyen-zz1cc
    @ThuongNguyen-zz1cc 8 месяцев назад

    Thank you for saving my day

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

    amazing video bro, keep this great content

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

      Thank you for your constant support ❤️

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

    Thanks great video.

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

    can you please do proper error handling. with some error middleware to handle RabbitMq errors.

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

      Thanks for the suggestion

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

    thank you! amazing video!

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

      I'm glad you found it amazing :)

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

    good video tutorial

  • @thesunnatillo
    @thesunnatillo 4 месяца назад

    thank you bro

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

    very useful❤

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

      @@thejimbow thanks for your comment !

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

    Thanks bro 👊

  • @BaoTran-wv3nn
    @BaoTran-wv3nn 8 месяцев назад

    You are my superman

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

    awesome!

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

      this video got me through a sprint at work

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

      I'm glad :)

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

    super bro