RabbitMQ (Introduction to...)

preview_player
Показать описание
An introduction to RabbitMQ.

We take a quick look at AMQP before diving into a hands-on example using Java and a RabbitMQ Docker image.

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

Thanks, Niklas. That was the best RabbitMQ Tutorial I've found online. Very well explained.

toni-sian
Автор

Thank you. This was clean and clear and very easily followed. I have wanted to play with Rabbit MQ for a while but did not have time to study it. This was a GREAT introduction. Thanks again!

qwarlockz
Автор

Very nice video @niklas thank you so much it crispy and clear ...looking for more such videoes hope you come with same type of video for kafka implementation.

chandanmishra
Автор

Very simple and clear for beginner. Thanks

abhijitdascs
Автор

This is a very good starter for AMQP basics. Thanks for the tutorial!

prasadnijsure
Автор

"Yes, I'm using Windows here."

omerufuk
Автор

Amazing tutorial. Nice ordering of information and it is nice to see the example. I think this can be used as a model for other tutorials.

pacemaker
Автор

Very interesting the program in Java to write messages in Rabbit Mq . Thanks a lot

enricosaccheggiani
Автор

Thank you so much for such a nice intro to RMQ!

ChristianMichaelMlay
Автор

I don't even write Java but I found this very helpful for my nodejs application

mrchillshimself
Автор

Thanks! It's quite a useful tutorial.

dvelopp
Автор

Nice video. Explaining properly about channels, publisher and subscriber. But want to know more about exchange.

kush
Автор

Hi, Here we first created some-rabbit in docker. After that created consumer and publisher queue in java.
So My question is that In java code we did not specify rabbit MQ name to publish and consume data. How Java code recognize/find rabbit mq (some-rabbit)? Is Docker take care of it?

pratikgandhi
Автор

Thanks Niklas for such a Nice tutorial.

saket
Автор

Is it java 8 or above? If so don't use loops - use primitive streams, and don't check for null - use optionals.

GusLapchatiy
Автор

Great tut man, but aren't you supposed to implement a listener in the Consumer rather than writing a While (true)?

beetisushruth
Автор

How would you handle a situation where you have a published a message but you have 2 entirely different consumers and you don't want to remove the message from the queue until both of the consumers got the message?

Ryan-fedu
Автор

Very good lesson, but I could not see how to login to rabbitmq's management interface. What username and password should I use?

andrewdavison
Автор

Can you please make example with c# Console application

jeetvora
Автор

Wow, lot of features. I just wanted to send a message