What is RabbitMQ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2020
  • Learn more about Message Brokers → ibm.biz/message-brokers-guide
    Check out IBM Messages for RabbitMQ → ibm.biz/ibm-messages-for-rabbitmq
    Check out IBM MQ → ibm.biz/prod-ibm-mq
    Check out IBM Cloud Pak for Integration → ibm.biz/try-cloud-pak-for-inte...
    What is Rabbit MQ? And what makes it one of the most popular message brokers out there?
    In this lightboard video, Whitney Lee with IBM Cloud, answers these questions and much more as she visually shows the flexibility RabbitMQ provides enterprises as the move their messages through a system as well as the benefits of it being cloud friendly.
    ► Earn a badge with FREE interactive Kubernetes labs → ibm.biz/k8s-interactive-hands-...
    Get started on IBM Cloud at no cost → ibm.biz/try-ibm-cloud-for-free
    Subscribe to see more videos like this in the future → ibm.biz/subscribe-now
    #RabbitMQ #MessageBroker #IBMCloud
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 212

  • @Aravindagp
    @Aravindagp 10 หลายเดือนก่อน +42

    **Summary**
    *Background:*
    - A message queue will help in *decoupling* two components (e.g. checkout and inventory)
    - Components can *scale* based on demand
    - Queue sits on a different machine and can offload some of the work of components and make it more *performant*
    *RabbitMQ:*
    - It is based on the AMQP message model.
    - Producer produces the message to exchange instead directly to the queue.
    - exchange can be connected to many queues
    - Queues are connected to the consumer by a binding key
    - Flexibility is a large part of the model
    - Different types of exchange
    - Fanout
    - the message is duplicated to all the queues
    - Routing Key
    - sends to queue matching the exact binding key
    - Topic
    - matches based on topic e.g. message is sent from routing key "ship.shoes" and binding key "ship.any"
    - Header
    - messages are moved through the system-based header
    - Default (specific to RabbitMQ not part of AMQP)
    - matches the routing key with the name of the queue e.g. "inv" routing key matches the "inv" queue name.
    - the consumer has the control, not the message broker, they define the message metadata
    - it is cloud-friendly
    - easy to get started
    - can be deployed in a container e.g. docker
    - can run on the cluster (fault-tolerant, highly available and high throughput)
    - It has good library support in many languages.
    - It has good security supports FASL, LDAP and TLS.
    - It supports message acknowledgements
    - Good management and plugins.

    • @RafaelSperduto
      @RafaelSperduto 18 วันที่ผ่านมา

      Are Headers and Labels the same thing?

  • @soojinoncloud
    @soojinoncloud 3 ปีที่แล้ว +255

    IBM's transparent chalkboard lecture are always the best.

    • @Suraj-tz3oq
      @Suraj-tz3oq 2 ปีที่แล้ว +5

      she really is writing mirrored letters? 😶

    •  2 ปีที่แล้ว

      She is right handed btw 🤷

    • @SkyAperture
      @SkyAperture 2 ปีที่แล้ว

      @@Suraj-tz3oq thats insane

    • @c0deventures
      @c0deventures 2 ปีที่แล้ว +5

      The board is actually towards themselves. So in the end they mirror the screen.

    • @aadityakiran_s
      @aadityakiran_s ปีที่แล้ว

      Yeah transparent. Even the writing is transparent. Can't see anything.

  • @RobertFletcherOBE
    @RobertFletcherOBE 3 ปีที่แล้ว +61

    This is a really concise, and well explained introduction to RabbitMQ. Thank you Whitney!

  • @manueljordan317
    @manueljordan317 3 ปีที่แล้ว +10

    I like this style of teaching, old school with a modern chalkboard. Well done!

  • @nkosanam1583
    @nkosanam1583 3 ปีที่แล้ว +18

    The explanation is so simplified that even a non-IT person will grasp the whole concept of message handling. Well done!!

  • @tfk3160
    @tfk3160 2 ปีที่แล้ว +22

    I wanted to learn the basics of RabbitMQ and this video is just great for that. I value the fact that the instructor went over the basics of the messaging queue and the underling aspects such as the exchange and how that relates to the queues that are named with a tag. Other videos talk about asynchronous communications and then jump into a code example. You can explain the concepts of something without going immediately into one of many implementations. Thanks.

  • @indiclock1577
    @indiclock1577 2 ปีที่แล้ว +6

    Whitney your hard work reflects in the content and explanation. I wish I could have you as my cloud trainer

  • @adebiyial
    @adebiyial 3 ปีที่แล้ว +11

    Thanks, Whitney and the entire production team. I really like these videos that explain the crux of the stuff in less time. I'm interested in learning more about this. Can you recommend books or any other sufficiently complete resource(s)?

  • @DodaGarcia
    @DodaGarcia 3 ปีที่แล้ว +3

    These videos always look so cool
    I don’t know who had the idea to design them that way but it was genius, they always stand out

  • @victorsantana8005
    @victorsantana8005 2 ปีที่แล้ว

    This is a great and concise source for getting to know RabbitMQ but I'm more impressed by the fact that she can inversely on a transparent whiteboard so that a camera on the other side can read it.

  • @glowiever
    @glowiever 3 ปีที่แล้ว +8

    thanks for the concise explanation. been confused about this message queueing system for a while.

  • @mona.supremacy
    @mona.supremacy 3 ปีที่แล้ว +26

    Haha, I was going to bed planning to check this out the next morning ... and here I am watching your new video. Thank you, IBM team for the another video which is both on point and on time.

  • @promisepreston
    @promisepreston 3 ปีที่แล้ว +10

    This is very concise and amazing. I love the video. Never knew when I got to the end of it. 😄. Thank you to the entire production team.

    • @IBMTechnology
      @IBMTechnology  3 ปีที่แล้ว +4

      Hey there! Thanks a lot for your feedback, glad you enjoyed it! 😃

  • @sumithsps007
    @sumithsps007 ปีที่แล้ว

    awesome presentation. Today I got it completely, my confusion was about how it's handled lots of messages, but now it got resolved. Thanks, Whitney

  • @leathalee2256
    @leathalee2256 3 ปีที่แล้ว +5

    Whitney makes it sound so easy.

  • @patrickmotaung5866
    @patrickmotaung5866 5 หลายเดือนก่อน +1

    Finally I've found a video that well explains message queues

  • @merrillkoshythomas1520
    @merrillkoshythomas1520 2 ปีที่แล้ว +1

    This is perfect! I didnt even know what a message broker was and after this, I have something solid to start with. Thank you Whitney!

    • @IBMTechnology
      @IBMTechnology  2 ปีที่แล้ว +1

      You're welcome, thanks for watching! 👍

  • @dennisperiquet190
    @dennisperiquet190 3 ปีที่แล้ว +1

    Nice explanation, nice presentation. I like how these whiteboard talks are evolving -- they now have animations -- cool.

  • @TheSatyam182
    @TheSatyam182 3 ปีที่แล้ว

    One of the best explanations about RabbitMQ ever!

  • @sugandhkm
    @sugandhkm 3 ปีที่แล้ว

    Very good overview and precise to the point explanation! I really like all IBM cloud videos. Great for learning and to get started!

  • @Thegillmor2010
    @Thegillmor2010 ปีที่แล้ว +2

    That is some serious spatial awareness. Good job for writing mirrored and backward. Great content.

    • @ashkanarabi3785
      @ashkanarabi3785 หลายเดือนก่อน

      lol they just mirror the video :p

  • @sinify6676
    @sinify6676 2 ปีที่แล้ว +1

    Just the right level of detail for refreshing/preparing for an interview, thanks!

    • @IBMTechnology
      @IBMTechnology  2 ปีที่แล้ว

      Glad this was helpful, good luck with your interview! 🤞 💪

  • @jeromeeusebius
    @jeromeeusebius 2 ปีที่แล้ว

    Thank you very much Whitney. I enjoyed this video very much. It is very informative and has all the relevant details in 10 minutes. Very concise and well explained.

  • @vittoriomorellini1939
    @vittoriomorellini1939 ปีที่แล้ว

    Very good explanation. To understand the necessity to use a message broker in a microservice enviroment and in a scalable enviroment

  • @brianfandy
    @brianfandy 2 ปีที่แล้ว

    my favorite channel. always come here to learning new stuff

  • @parvejsolkar123
    @parvejsolkar123 ปีที่แล้ว

    Really appreciate use of different colors for better understanding...thank you for the video👌

  • @RohitKumar-kb8pz
    @RohitKumar-kb8pz 3 ปีที่แล้ว

    Love this explanation and now have better understanding of producer/sub model. Thank you.

  • @techcityideas
    @techcityideas ปีที่แล้ว

    great example of excellent left handed minds and artists, both artistic & technical, righting back-to-front.

  • @ubaidullah7621
    @ubaidullah7621 ปีที่แล้ว

    very well explained , thanks to IBM and Whitney for enabling and explaining this good

  • @cheryl3217
    @cheryl3217 ปีที่แล้ว

    Thank you for the very clear and concise introduction!

  • @haraldsvendsen4758
    @haraldsvendsen4758 9 หลายเดือนก่อน

    My first thought to this was - wow, she's really good at writing mirrored text!

  • @rajatagarwal60
    @rajatagarwal60 3 หลายเดือนก่อน

    concise, to the point explaination!! awesome. loved it :)

  • @nimasarayan4531
    @nimasarayan4531 3 ปีที่แล้ว +2

    oh my god! I was just searching for rabbitMq in IBM this morning.

  • @aniljangraindia
    @aniljangraindia 2 ปีที่แล้ว

    Wow!! Such a nice explanation. I want to learn every topic from you. Thank you for such a great video.

  • @abolfazlsaravani2214
    @abolfazlsaravani2214 ปีที่แล้ว

    This was one of the best educational video I have ever seen. thanks!

  • @jochenblock7802
    @jochenblock7802 3 ปีที่แล้ว +1

    Thanks for this fantastic explanation of RabbitMQ!

  • @ecommercetechbuild1354
    @ecommercetechbuild1354 2 ปีที่แล้ว

    Excellent explanation. Really precise and concise.

  • @yannick617
    @yannick617 3 ปีที่แล้ว +8

    I cant believe how casual she's writing backwards .. well explained ! Thx

    • @satyasashi5859
      @satyasashi5859 3 ปีที่แล้ว +7

      Lol, Initially I thought the same. But that's called a "Lightboard". They write on a glass and the Video is then mirrored. Check these out:
      th-cam.com/video/VhtEmcNWtyg/w-d-xo.html
      th-cam.com/video/wCOuu0-o5YI/w-d-xo.html

    • @swapnilverma7468
      @swapnilverma7468 3 ปีที่แล้ว +3

      She is not writing backward. She is using lightboard.

  • @johnmorsley
    @johnmorsley 2 ปีที่แล้ว

    Outstanding! Really loved this, great explanation :)

  • @d4lep0ro
    @d4lep0ro 3 ปีที่แล้ว

    Wow. Very easy to understand, incredible job.

  • @craigleppan7164
    @craigleppan7164 2 ปีที่แล้ว

    Thanks: nice way of presentation. Thorough and concise.

  • @Anbu_Sampath
    @Anbu_Sampath ปีที่แล้ว

    Nice 10 min intro for RabbitMQ video to share with team.

  • @MrEdinaldolaroque
    @MrEdinaldolaroque ปีที่แล้ว

    Excellent overview! Thank you, Whitney.

  • @jivangilad
    @jivangilad 2 ปีที่แล้ว

    Good explanation with positive vibes that cached me. Thanks

  • @ahmadooof
    @ahmadooof 2 ปีที่แล้ว

    Finally good and full explanation

  • @RedRobin84
    @RedRobin84 3 ปีที่แล้ว

    Thanks for clear and understandable explanation!

  • @marcopetaccia88
    @marcopetaccia88 2 ปีที่แล้ว

    Super clear explanation! Thanks!!

  • @stefangabor5985
    @stefangabor5985 2 ปีที่แล้ว +2

    Crystal Clear. Thank you.

  • @AyCRanime
    @AyCRanime ปีที่แล้ว

    Very concise tutorial, thank you.

  • @create_space812
    @create_space812 ปีที่แล้ว

    very useful info within 10min. thank you!

  • @GauravJain108
    @GauravJain108 3 ปีที่แล้ว

    Just loving your videos! :)

  • @kevinmouen4085
    @kevinmouen4085 3 ปีที่แล้ว

    thank you, it's really concise and easy to understand

  • @hitarthpanchal1479
    @hitarthpanchal1479 3 ปีที่แล้ว +1

    In which scenarios, use of rabbitMQ is necessary? Should call to other api should be done via rabbitMQ or just direct http request without the broker?

  • @krods
    @krods ปีที่แล้ว

    perfect explanation! thanks for creating this!

  • @virackbotjr666
    @virackbotjr666 ปีที่แล้ว

    This such an amazing explanation. Thanks

  • @AnaAmOon
    @AnaAmOon 2 ปีที่แล้ว +1

    Good explanation. Thank you!

  • @AykutKlc
    @AykutKlc 2 ปีที่แล้ว +4

    Thanks for the video. A comparison of message queues and other publish/subscribe systems (e.g. Apache kafka) would be very helpful for beginners like me.

    • @IBMTechnology
      @IBMTechnology  2 ปีที่แล้ว +4

      Thanks for the feedback, let us think about it. Stay tuned! 🙂

  • @jojojawjaw
    @jojojawjaw 3 ปีที่แล้ว +1

    Amazing tutorial!

  • @andrepalacios173
    @andrepalacios173 2 ปีที่แล้ว +1

    Great explanation!

  • @vibhortomar2566
    @vibhortomar2566 ปีที่แล้ว

    That fact that she is writing inverted so fast is mind-blowing.😄

    • @saladproblems
      @saladproblems ปีที่แล้ว

      Or they just flip the entire video afterward

  • @hawaijarmayengbam4451
    @hawaijarmayengbam4451 3 ปีที่แล้ว

    This is awe....some!!! Love it! Thank you!

  • @shashidhar5091
    @shashidhar5091 2 ปีที่แล้ว

    When I seriously listening to this video I thought mouse is moving around my room.thank u for clear explanation

  • @alexhughes2653
    @alexhughes2653 ปีที่แล้ว

    That was a great video, have little knowledge of MQTT. This helped.

  • @sokham4523
    @sokham4523 ปีที่แล้ว

    a valuable 10 mins video. thanks for sharing

  • @gurjassingh364
    @gurjassingh364 3 ปีที่แล้ว

    that's really amazing information.. so clearly explained..

  • @theneologic474
    @theneologic474 2 ปีที่แล้ว

    Amazing explanation, thank you!!

  • @tygg1993
    @tygg1993 2 ปีที่แล้ว

    Thank you and can't help thinking how this chalkboard works,does the demonstrator need to write reversely?

  • @snakehipster8792
    @snakehipster8792 3 ปีที่แล้ว

    Good explanation! Could we have an "What is IBM MQ?" next?

  • @BastianKhalil
    @BastianKhalil 4 หลายเดือนก่อน

    This is great overview. As I have got to know. working on that is not east at all.

  • @jonpopeadventures
    @jonpopeadventures 2 ปีที่แล้ว

    Execllent overview, thank you!

  • @bushranikhat2326
    @bushranikhat2326 3 ปีที่แล้ว

    Very well explained,thanks a lot.

  • @charles8001
    @charles8001 3 ปีที่แล้ว

    Amazing work. Thank you!

  • @adonsav
    @adonsav 11 หลายเดือนก่อน

    Thanks a lot! Very helpful video 👌

  • @kamaleshpramanik7645
    @kamaleshpramanik7645 2 ปีที่แล้ว

    Excellent overview Madam. Thank you very much.

  • @tysonliu2833
    @tysonliu2833 3 ปีที่แล้ว

    very clearly explained!

  • @mehfoozulhaq498
    @mehfoozulhaq498 3 ปีที่แล้ว

    very well explained. thank you

  • @Momo-qk3wi
    @Momo-qk3wi 3 ปีที่แล้ว

    Brilliant stuff team. So on point

  • @monoto8272
    @monoto8272 2 ปีที่แล้ว

    HHHM! Nice teaching. I can enroll in all her courses.

  • @Deepz007
    @Deepz007 26 วันที่ผ่านมา

    Awesome overview.

  • @abdurrehman-bx1yo
    @abdurrehman-bx1yo ปีที่แล้ว

    Very good explanation

  • @boronxxx
    @boronxxx ปีที่แล้ว

    nicely explained!

  • @santhoshreddy2571
    @santhoshreddy2571 2 ปีที่แล้ว

    I love this explanation , thank you for saving me lot of time

    • @IBMTechnology
      @IBMTechnology  2 ปีที่แล้ว

      You're welcome, Santhosh, glad you found it useful! 😀

  • @ZahidHussain-zu9bb
    @ZahidHussain-zu9bb ปีที่แล้ว

    love this lecture...

  • @sniederm
    @sniederm 2 ปีที่แล้ว

    Awesome. Now I have a great RabbitMQ intro-video to hand-out to my team ;-) Just one tiny thing: The topic part could confuse some people since the usage of "wildcards" is not mentioned (only implicitly). Or maybe I have overseen something? Thank you for the great work!

  • @mangoperson9620
    @mangoperson9620 3 ปีที่แล้ว +6

    So do you write reverse? Or some sort of video processing magic? I am trying to figure out if I want to make such videos for some of the kids I teach, how can I do it?

    • @zanbri
      @zanbri 2 ปีที่แล้ว

      I imagine all you need is a transparent board in between the camera and yourself, and you write normally, then in post-production, you flip the video horizontally such that it will appear you are left-handed when you are right-handed for example (as is the case in this video).

    • @manudwarf49
      @manudwarf49 2 ปีที่แล้ว

      Notice she writes with her left hand. Most likely, the video was horizontally flipped.

  • @MaxMalm
    @MaxMalm 3 ปีที่แล้ว

    Great video, thank you!

  • @shubhamdandekar20
    @shubhamdandekar20 3 ปีที่แล้ว

    Nicely explained.

  • @raviteja2207
    @raviteja2207 2 ปีที่แล้ว

    Thanks for the video .. Info is very clear and crisp

  • @joel9909
    @joel9909 2 ปีที่แล้ว

    please how are these kinds of video presentations made, I really love them

  • @joelmamedov404
    @joelmamedov404 3 ปีที่แล้ว

    No wonder I got wrong part delivered. It turns out it wasn’t available in inventory. Even though, displayed as available.
    So all those messages flowing between systems with outdated information. So, what it is scalable? You cannot guarantee information integrity with messaging.

  • @azizbekeshonaliyev8599
    @azizbekeshonaliyev8599 2 ปีที่แล้ว

    Thank you for such great video

  • @gioac96
    @gioac96 2 ปีที่แล้ว

    Amazing content. Keep it up!

  • @meisterthea
    @meisterthea 3 ปีที่แล้ว

    If both the inventory and the shipping consumers subscribe to the same queue as described than will they both receive all messages? I think the answer is that they will not because RabbitMQ is designed to load balance between consumers. So inventory will receive one message and shipping will get the next message. So how can we ensure that multiple subscribers can get the same message?

  • @BeOriiGiinaL
    @BeOriiGiinaL 2 ปีที่แล้ว

    Hello, I would liketo ask if it is a good practice to have a message consumer in frontend web app?
    I suppose no, because in this way the rabbitmq server's credentials could be seen by everyone and so anyone could consume your information as well, right?

  • @shamsagel
    @shamsagel 2 ปีที่แล้ว

    you are awesome lee :)

  • @Klonzo33
    @Klonzo33 หลายเดือนก่อน

    Awesome job

  • @juleswombat5309
    @juleswombat5309 3 ปีที่แล้ว +2

    Is RabbitMQ really so cloud friendly. Surely it needs persistent volumes to hold onto all those messages if deployed on Kubernetes or Docker Swarm? I would hope those messages are not persisted within a local docker container file system, as containers needed to be treated like cattle. We need to b assured that no data is lost even if there are container and pod runtime failures.

  • @vladimir.bychkov
    @vladimir.bychkov 3 ปีที่แล้ว

    Relates RabbitMQ to JMS or no? Queue/topic are industrial standard. Implement RabbitMQ it?

  • @anon77_65
    @anon77_65 2 ปีที่แล้ว

    Fantastic explanation, even for a non-programmer like myself

    • @IBMTechnology
      @IBMTechnology  2 ปีที่แล้ว

      We're glad you found it useful and easy to understand, Adam! 👍

  • @dennisasamoah2213
    @dennisasamoah2213 2 ปีที่แล้ว

    This is really great