RabbitMQ : Message Queues for beginners

preview_player
Показать описание


Folks! Today we'll be taking a look at Message Queues, what they are, why you may want to use a message queue, and how RabbitMQ helps offer message broker functionality.
In this video, we take a look at the basics, how to run RabbitMQ, some of the features.
We will also build and application that produces messages in a queue, and another that consumes the messages.
Checkout the source code below and follow along :)

In an upcoming video, we'll cover HA and replication so be sure to stay tuned for that!
We'll also learn how to run all of this on Kubernetes.

Also if you want to support the channel further, become a member 😎

Checkout "That DevOps Community" too

Source Code
--------------------------------------------------------------

If you are new to Kubernetes, check out my getting started playlist on Kubernetes below :)

Kubernetes Guide for Beginners:
---------------------------------------------------

Kubernetes Monitoring Guide:
-----------------------------------------------

Kubernetes Secret Management Guide:
--------------------------------------------------------------

Like and Subscribe for more :)

Follow me on socials!

Music:

Рекомендации по теме
Комментарии
Автор

Love your tutorials! You also look like you could bench press a node_modules folder.

gosnooky
Автор

Excellent video, thank you for going straight to the point and even editing out all the pauses! I came for RabbitMQ but I'm staying for more Go and Kubernetes.

sm
Автор

Just wanna thank you for the great videos and content!
Trying to get into DevOps myself and it has been a struggle, and your videos has always been helpful in understanding some concepts I struggle with.
Always excited for your content as it explains modern tech in an understandable format.
Appreciate it and keep up the good work!

jerweiyeoh
Автор

This camera format always has me expecting him to drop a freestyle

supernerd
Автор

You are really doing great work man for everyone. Great stuff, easy explanation, demos are always awesome. Thanks and keep doing great work.

KahaniyonKK
Автор

Truly love your channel. You're a great teacher and I love the way you present information! Keep making great videos please :)

decepticoon
Автор

Best tutorials I ever watched. Explaining what counts and not going into what does not matter. Also I like that it is a little fast paced (at least for me). Kindly make more of this gold :) Thanks

watherby
Автор

I came here for more understanding for rabbit, and ended up seeing a GO app in action :D very nice!

ezrichie
Автор

That's probably one of the best and most coherent technical presentations I have seen on youtube!

briantoner
Автор

Helped me so much! Thank you :) All the content on your channel is fantastic. Thanks for the great work

dufferzzzzz
Автор

I’m here for this topic 😃, really looking forward to more thank you for this.

nathiToto
Автор

The best video about RabbitMQ ever! Thank's a lot!

knvrely
Автор

Very concise, very well explained. Your pace is excellent to follow!

phils
Автор

so clear without any single BS, nice work!

dickson
Автор

No only squat, deadlift too) thank you for your work!

divanselev
Автор

I'm transitioning from a senior system admin position to a devops position in my company and I can't tell you how valuable your content is to me. Best Devops channel on youtube.

danielarledge
Автор

Marcel, Good Morning :) ( for me ). Thanks Very much for wonderful content. I am more visible kind of guy, cant thank you enough for explaining clearly about architecture on a white board. I have learned a lot from your videos.

PrakashReddyK
Автор

Very cool, thank you for this!! Your video was very easy to understand and follow

BTW if anyone is running into the message "Stats in management UI are disabled on this node" when accessing the Management dashboard, use the following command when starting up the RabbitMQ container:

docker run -d --rm --net rabbits -p 8080:15672 --hostname rabbit-1 --name rabbit-1 rabbitmq:3-management

The reason is that the default image disables metrics collector in the management_agent plugin

robbiealixsantos
Автор

I was some troubles understanding the message queue logic until I watched this video. Thanks a lot man, greeting from Mexico.

willypi
Автор

I think you should definitely know that, you are doing a great great work for the community. Thank you. And please keep doing.

piece_forever