What is RabbitMQ?

Ғылым және технология

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

  • @soojinoncloud
    @soojinoncloud3 жыл бұрын

    IBM's transparent chalkboard lecture are always the best.

  • @Suraj-tz3oq

    @Suraj-tz3oq

    2 жыл бұрын

    she really is writing mirrored letters? 😶

  • 2 жыл бұрын

    She is right handed btw 🤷

  • @SkyAperture

    @SkyAperture

    2 жыл бұрын

    @@Suraj-tz3oq thats insane

  • @c0deventures

    @c0deventures

    2 жыл бұрын

    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.

  • @Aravindagp
    @Aravindagp10 ай бұрын

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

    Ай бұрын

    Are Headers and Labels the same thing?

  • @RobertFletcherOBE
    @RobertFletcherOBE3 жыл бұрын

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

  • @nkosanam1583
    @nkosanam15833 жыл бұрын

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

  • @manueljordan317
    @manueljordan3173 жыл бұрын

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

  • @mona.supremacy
    @mona.supremacy3 жыл бұрын

    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.

  • @schcharles

    @schcharles

    3 жыл бұрын

    So did I haha!

  • @bartaouch3040

    @bartaouch3040

    2 жыл бұрын

    so am I hhh

  • @glowiever
    @glowiever3 жыл бұрын

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

  • @promisepreston
    @promisepreston3 жыл бұрын

    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 жыл бұрын

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

  • @indiclock1577
    @indiclock15772 жыл бұрын

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

  • @adebiyial
    @adebiyial3 жыл бұрын

    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
    @DodaGarcia3 жыл бұрын

    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
    @victorsantana80052 жыл бұрын

    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.

  • @leathalee2256
    @leathalee22563 жыл бұрын

    Whitney makes it sound so easy.

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

  • @TheSatyam182
    @TheSatyam1823 жыл бұрын

    One of the best explanations about RabbitMQ ever!

  • @tfk3160
    @tfk31602 жыл бұрын

    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.

  • @IBMTechnology

    @IBMTechnology

    2 жыл бұрын

    Glad it was helpful!

  • @sugandhkm
    @sugandhkm3 жыл бұрын

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

  • @jeromeeusebius
    @jeromeeusebius2 жыл бұрын

    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.

  • @patrickmotaung5866
    @patrickmotaung58666 ай бұрын

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

  • @dennisperiquet190
    @dennisperiquet1903 жыл бұрын

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

  • @RohitKumar-kb8pz
    @RohitKumar-kb8pz3 жыл бұрын

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

  • @ubaidullah7621
    @ubaidullah7621 Жыл бұрын

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

  • @sinify6676
    @sinify66762 жыл бұрын

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

  • @merrillkoshythomas1520
    @merrillkoshythomas15202 жыл бұрын

    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 жыл бұрын

    You're welcome, thanks for watching! 👍

  • @cheryl3217
    @cheryl3217 Жыл бұрын

    Thank you for the very clear and concise introduction!

  • @jochenblock7802
    @jochenblock78023 жыл бұрын

    Thanks for this fantastic explanation of RabbitMQ!

  • @parvejsolkar123
    @parvejsolkar123 Жыл бұрын

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

  • @brianfandy
    @brianfandy2 жыл бұрын

    my favorite channel. always come here to learning new stuff

  • @ecommercetechbuild1354
    @ecommercetechbuild13542 жыл бұрын

    Excellent explanation. Really precise and concise.

  • @d4lep0ro
    @d4lep0ro3 жыл бұрын

    Wow. Very easy to understand, incredible job.

  • @aniljangraindia
    @aniljangraindia2 жыл бұрын

    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!

  • @nimasarayan4531
    @nimasarayan45313 жыл бұрын

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

  • @craigleppan7164
    @craigleppan71642 жыл бұрын

    Thanks: nice way of presentation. Thorough and concise.

  • @rajatagarwal60
    @rajatagarwal604 ай бұрын

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

  • @vittoriomorellini1939
    @vittoriomorellini1939 Жыл бұрын

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

  • @RedRobin84
    @RedRobin843 жыл бұрын

    Thanks for clear and understandable explanation!

  • @MrEdinaldolaroque
    @MrEdinaldolaroque Жыл бұрын

    Excellent overview! Thank you, Whitney.

  • @create_space812
    @create_space812 Жыл бұрын

    very useful info within 10min. thank you!

  • @jivangilad
    @jivangilad2 жыл бұрын

    Good explanation with positive vibes that cached me. Thanks

  • @techcityideas
    @techcityideas Жыл бұрын

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

  • @johnmorsley
    @johnmorsley2 жыл бұрын

    Outstanding! Really loved this, great explanation :)

  • @sokham4523
    @sokham4523 Жыл бұрын

    a valuable 10 mins video. thanks for sharing

  • @Thegillmor2010
    @Thegillmor2010 Жыл бұрын

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

  • @ashkanarabi3785

    @ashkanarabi3785

    2 ай бұрын

    lol they just mirror the video :p

  • @AyCRanime
    @AyCRanime Жыл бұрын

    Very concise tutorial, thank you.

  • @kevinmouen4085
    @kevinmouen40853 жыл бұрын

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

  • @hawaijarmayengbam4451
    @hawaijarmayengbam44513 жыл бұрын

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

  • @marcopetaccia88
    @marcopetaccia882 жыл бұрын

    Super clear explanation! Thanks!!

  • @krods
    @krods Жыл бұрын

    perfect explanation! thanks for creating this!

  • @gurjassingh364
    @gurjassingh3643 жыл бұрын

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

  • @kamaleshpramanik7645
    @kamaleshpramanik76452 жыл бұрын

    Excellent overview Madam. Thank you very much.

  • @stefangabor5985
    @stefangabor59852 жыл бұрын

    Crystal Clear. Thank you.

  • @ahmadooof
    @ahmadooof2 жыл бұрын

    Finally good and full explanation

  • @bushranikhat2326
    @bushranikhat23263 жыл бұрын

    Very well explained,thanks a lot.

  • @adonsav
    @adonsav11 ай бұрын

    Thanks a lot! Very helpful video 👌

  • @jonpopeadventures
    @jonpopeadventures2 жыл бұрын

    Execllent overview, thank you!

  • @alexhughes2653
    @alexhughes2653 Жыл бұрын

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

  • @AnaAmOon
    @AnaAmOon2 жыл бұрын

    Good explanation. Thank you!

  • @theneologic474
    @theneologic4742 жыл бұрын

    Amazing explanation, thank you!!

  • @virackbotjr666
    @virackbotjr666 Жыл бұрын

    This such an amazing explanation. Thanks

  • @GauravJain108
    @GauravJain1083 жыл бұрын

    Just loving your videos! :)

  • @jojojawjaw
    @jojojawjaw3 жыл бұрын

    Amazing tutorial!

  • @mehfoozulhaq498
    @mehfoozulhaq4983 жыл бұрын

    very well explained. thank you

  • @haraldsvendsen4758
    @haraldsvendsen47589 ай бұрын

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

  • @schcharles
    @schcharles3 жыл бұрын

    Amazing work. Thank you!

  • @andrepalacios173
    @andrepalacios1732 жыл бұрын

    Great explanation!

  • @monoto8272
    @monoto82722 жыл бұрын

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

  • @Momo-qk3wi
    @Momo-qk3wi3 жыл бұрын

    Brilliant stuff team. So on point

  • @tysonliu2833
    @tysonliu28333 жыл бұрын

    very clearly explained!

  • @Anbu_Sampath
    @Anbu_Sampath Жыл бұрын

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

  • @abdurrehman-bx1yo
    @abdurrehman-bx1yo Жыл бұрын

    Very good explanation

  • @ZahidHussain-zu9bb
    @ZahidHussain-zu9bb2 жыл бұрын

    love this lecture...

  • @MaxMalm
    @MaxMalm3 жыл бұрын

    Great video, thank you!

  • @santhoshreddy2571
    @santhoshreddy25712 жыл бұрын

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

  • @IBMTechnology

    @IBMTechnology

    2 жыл бұрын

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

  • @boronxxx
    @boronxxx Жыл бұрын

    nicely explained!

  • @BastianKhalil
    @BastianKhalil5 ай бұрын

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

  • @raviteja2207
    @raviteja22073 жыл бұрын

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

  • @IBMTechnology

    @IBMTechnology

    3 жыл бұрын

    Thanks for watching! 🙌

  • @azizbekeshonaliyev8599
    @azizbekeshonaliyev85992 жыл бұрын

    Thank you for such great video

  • @shubhamdandekar20
    @shubhamdandekar203 жыл бұрын

    Nicely explained.

  • @gioac96
    @gioac962 жыл бұрын

    Amazing content. Keep it up!

  • @AykutKlc
    @AykutKlc3 жыл бұрын

    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

    3 жыл бұрын

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

  • @Deepz007
    @Deepz007Ай бұрын

    Awesome overview.

  • @yannick617
    @yannick6173 жыл бұрын

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

  • @satyasashi5859

    @satyasashi5859

    3 жыл бұрын

    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: kzread.info/dash/bejne/iJyop8-cfrraqco.html kzread.info/dash/bejne/qXeD19dpXdKbiaw.html

  • @swapnilverma7468

    @swapnilverma7468

    3 жыл бұрын

    She is not writing backward. She is using lightboard.

  • @shashidhar5091
    @shashidhar50912 жыл бұрын

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

  • @dennisasamoah2213
    @dennisasamoah22132 жыл бұрын

    This is really great

  • @sandeepkosta5750
    @sandeepkosta57502 жыл бұрын

    Well explained

  • @tygg1993
    @tygg19932 жыл бұрын

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

  • @hosseinkhirabadi1933
    @hosseinkhirabadi1933 Жыл бұрын

    This is really good

  • @mlkvdev
    @mlkvdev Жыл бұрын

    great overview

  • @snakehipster8792
    @snakehipster87923 жыл бұрын

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

  • @anon77_65
    @anon77_652 жыл бұрын

    Fantastic explanation, even for a non-programmer like myself

  • @IBMTechnology

    @IBMTechnology

    2 жыл бұрын

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

  • @hitarthpanchal1479
    @hitarthpanchal14793 жыл бұрын

    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?

  • @Klonzo33
    @Klonzo33Ай бұрын

    Awesome job

  • @gthaka
    @gthaka Жыл бұрын

    This is Great 💯

  • @park2348190
    @park23481904 ай бұрын

    Thank you!!

  • @joel9909
    @joel99092 жыл бұрын

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

  • @shamsagel
    @shamsagel2 жыл бұрын

    you are awesome lee :)

  • @yenymergel4849
    @yenymergel48492 жыл бұрын

    Thanks you!

  • @mithinkumar570
    @mithinkumar5702 жыл бұрын

    #Explain Like I’m 5! Awesome explaination Whitney.

  • @sniederm
    @sniederm2 жыл бұрын

    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!

Келесі