Using Queues In Node JS - RabbitMQ

Sdílet
Vložit
  • čas přidán 26. 07. 2020
  • We are going to finish this series talking about how we can use queues to save feedback even though the feedback service is down.
    If you wish to support me, here is my patreon page:
    www.patreon.com/webdevjourney...
    RabbitMQ Install:
    www.rabbitmq.com/download.html
    Github Microservices:
    github.com/webdevjourneyWDJ/N...
    Simple Website Series:
    • Simple Website (Node/E...

Komentáře • 19

  • @bakoserge
    @bakoserge Před 2 lety +1

    Thank you so much for the video. Great work. learned a lot .

  • @jorgechimal5204
    @jorgechimal5204 Před rokem

    thanks a lot, its very hard to find videos of rabbitmq running on a client and they only explain it on the server side. thanks a lot

  • @viralr5
    @viralr5 Před 3 lety +2

    Thanks for explaining rabbitmq. You made it easy.

    • @WebDevJourney
      @WebDevJourney  Před 3 lety +2

      I created a rabbitmq series if you want to check that out: czcams.com/play/PLrwNNiB6YOA3Z3JfOUMKE6PmnpmVAJgTK.html

  • @supriyaagrawal646
    @supriyaagrawal646 Před 3 lety +1

    I was watching the video on 1.5x and the content is really great. when you laughed while using so many.then() It was really funny to listen at 1.5x😅😁😂

  • @guihermeabrantes416
    @guihermeabrantes416 Před 5 měsíci

    for the next's videos, try to activate the voice lyrics, very nice content!

  • @kritarthsharma5192
    @kritarthsharma5192 Před 3 lety

    thanks for a great video.

  • @naftalimurgor9767
    @naftalimurgor9767 Před 3 lety

    Thanks man. 'This aint no cat video, word up'

  • @codeblood87
    @codeblood87 Před rokem

    Beautiful

  • @helmialfathseptiana6383

    thanks for a great video. now I wonder how can i delete a queue when it failed to deliver since it would cause an infinity loop of qeueing it self??

  • @josephuzuegbu7431
    @josephuzuegbu7431 Před rokem

    I love the video

  • @christopheryeung9235
    @christopheryeung9235 Před 3 lety +1

    Thanks a lot for the great resource - I wonder some parts like service registry -> are they doing the job of what Docker offers?

  • @Captainjacksparrow013
    @Captainjacksparrow013 Před rokem +1

    The error at 21:00 was because 'r' was missing in "toString()"

  • @mikewieczorek9831
    @mikewieczorek9831 Před 2 lety

    You started working with async/await, but then you reverted back to dot then syntax. Confused. You know module.exports default functions can also by async, right??

  • @venkatanagasaiteku5709

    is it possible to send multiple queues to a single consumer

    • @WebDevJourney
      @WebDevJourney  Před 2 lety +1

      yes, I created a playlist for rabbitmq if you are interested. czcams.com/play/PLrwNNiB6YOA3Z3JfOUMKE6PmnpmVAJgTK.html

  • @priyanshuKumar-gx5ri
    @priyanshuKumar-gx5ri Před rokem

    Hey can u please upload the codes and share it... Thank you