RabbitMQ Explained - Use Cases

Поділитися
Вставка
  • Опубліковано 16 лис 2024

КОМЕНТАРІ •

  • @ferchichiahmed555
    @ferchichiahmed555 4 роки тому +25

    Finally a true use cases of RabbitMQ , thanks

  • @codeaperture
    @codeaperture 3 роки тому +1

    Kindly continue maintaining this UA-cam channel. We have less resources on microservice architecture

  • @falconheavy595
    @falconheavy595 2 роки тому +1

    Shield maiden Lagertha teaching us RabbitMQ, What a time to be alive :D

  • @ragingpahadi
    @ragingpahadi 4 роки тому +9

    Finally video where we could hear some real time examples : ] not all heroes wear cape :D

  • @abdurahmanmohamed4732
    @abdurahmanmohamed4732 3 роки тому +1

    I’m glad to say that I finally know where I can use RabbitMQ.
    Thanks a lot 😃

  • @jimcollins6619
    @jimcollins6619 4 роки тому +6

    Excellent. I always said "this sounds cool, but when would you use it?" . TIL!

  • @KARTHIKPRABHUN
    @KARTHIKPRABHUN 4 роки тому +2

    simple and straight forward explanation, Thanks

  • @jasonm519
    @jasonm519 4 роки тому +2

    Thank you for providing these examples!

  • @hasanaydemir420
    @hasanaydemir420 3 роки тому +1

    Finally got it. Thanks for clear expression :)

  • @wolfgang999
    @wolfgang999 Рік тому

    thank you very much !! such a great explanation !!

  • @gabrielnzete8913
    @gabrielnzete8913 3 роки тому +1

    thanks, simple and direct explanation.

  • @ruixue6955
    @ruixue6955 2 роки тому +1

    2:06 file scanning
    2:34 PDF service
    3:12 sum up

  • @TiagoMachado238
    @TiagoMachado238 2 роки тому

    Thanks for the use cases examples

  • @mikhaillynn5626
    @mikhaillynn5626 3 роки тому +1

    Nice vid! I think Imma use rabbit in somma my arshitectures soon!

  • @shaddydxd
    @shaddydxd 4 роки тому +3

    This was really helpful! :) Thanks a lot, and keep up the good work :D

  • @Roozbeh49463
    @Roozbeh49463 3 роки тому +1

    thanks so much, it's good defenition

  • @amjadbabacheikh793
    @amjadbabacheikh793 3 роки тому +1

    very clear , thank you very much

  • @adamnorman85
    @adamnorman85 2 роки тому

    Thanks for sharing your video

  • @yashtibrewal4259
    @yashtibrewal4259 4 роки тому +2

    Information, Thank you.

  • @micasntna
    @micasntna 3 роки тому +1

    nice examples

  • @edwinalejandrotenesacagome5771
    @edwinalejandrotenesacagome5771 2 роки тому

    Great explanation... thanks!

  • @indaneeydesign165
    @indaneeydesign165 Рік тому

    Thank you very helpful 😊

  • @richardlanglois5183
    @richardlanglois5183 4 роки тому +1

    Great presentation!

  • @trevorkeating229
    @trevorkeating229 3 роки тому +1

    Excellent!

  • @MyLaek
    @MyLaek 2 роки тому

    Very good
    Thank you

  • @kenjohnsiosan9707
    @kenjohnsiosan9707 2 роки тому

    Really helpful...
    Question: Message Queue is a WEB API design for high-intensive task? That when done synchronously will delay the request-response process?
    Thank you.

    • @CloudAMQP
      @CloudAMQP  2 роки тому +2

      Close, but no. RabbitMQ specifically is a software that runs on the AMQP-protocol, while Web APIs run on the HTTP protocol. That's why RabbitMQ is not considered to be a Web API.
      A Message Queue is mainly used to divide your application into microservices where the MQ acts as a broker between the services. The result is a more robust architecture that is more scalable and easier to maintain.
      The queue itself can be seen as a work queue, of tasks/jobs that need to be completed at some point in the future. This rather makes the process asynchronous.
      So from the user's perspective, it may actually speed up the request-response process, since the application don't have to wait for the task to be completed. The MQ promises that the job will be taken care of in due time.

  • @ksgdeveloper
    @ksgdeveloper 3 роки тому

    I love

  • @elyu_vibes
    @elyu_vibes 4 роки тому +1

    Can I use RabbitMQ for sending data from a mobile app into the server?

    • @CloudAMQP
      @CloudAMQP  4 роки тому

      Yes, you can send from the mobile app, to the RabbitMQ server, and then consume by another application.

    • @elyu_vibes
      @elyu_vibes 4 роки тому

      @@CloudAMQP Do you have any tutorial on doing that? I've been trying via MQTT library

    • @norbertocaceres5397
      @norbertocaceres5397 3 роки тому

      @@elyu_vibes why not just HTTP?

  • @sak1b
    @sak1b 3 роки тому +1

    Awesome!

  • @brunolira1807
    @brunolira1807 4 роки тому +1

    thank you!

  • @paulseebach
    @paulseebach 4 роки тому

    Why don’t use Kafka instead of rabbitmq here?

    • @CloudAMQP
      @CloudAMQP  4 роки тому +4

      We wrote a blog post about that, it can be found here: www.cloudamqp.com/blog/2019-12-12-when-to-use-rabbitmq-or-apache-kafka.html

  • @USONOFAV
    @USONOFAV 4 роки тому

    You site step by step coding instruction doesn't have java?

    • @CloudAMQP
      @CloudAMQP  4 роки тому

      www.cloudamqp.com/docs/java.html

  • @eleandro
    @eleandro 4 роки тому +2

    +1 susbcriber

  • @BemusedSoliloquy
    @BemusedSoliloquy 3 роки тому +1

    that's what i call marketing, gg :D

  • @allinone.2376
    @allinone.2376 Рік тому

    U r so beautiful 😍...

  • @Rasmusorum
    @Rasmusorum Рік тому

    Guys, this is just malware

  • @broadway960
    @broadway960 3 роки тому +1

    Excellent!