Ask HN:Is it worth to learn RabbitMQ as a junior back end developer?

by fuadnafiz98on 3/6/2021, 3:34 PMwith 3 comments

Hello everyone, I am a junior backend developer and interested to learn Message Queue Architecture. Is it a good idea to learn RabbitMQ? I will appreciate your suggestion :)

by ttt0on 3/6/2021, 5:17 PM

I guess so, but that's a weird question. It's not even a programming language and you can learn most of those in a week or so. It's just a simple library, learning everything about it should take max few days. You can probably learn it as you go whenever it becomes necessary.

by ubermanon 3/6/2021, 3:36 PM

Yes, absolutely, message queuing is an important part of back end architecture. If you happen to use python, "Celery" is an easy way to start using "RabbitMQ".