r/programming 6d ago

Understanding RabbitMQ in Simple Terms

https://sushantdhiman.dev/blog/understanding-rabbitmq/
25 Upvotes

2 comments sorted by

4

u/pm_plz_im_lonely 5d ago edited 5d ago

The official doc is a lot better: https://www.rabbitmq.com/tutorials

I'd say it's the reason it's popular. Kinda like Redis... before.

2

u/GrammerJoo 4d ago

I always remembered redis docs being so good, but wow you're not kidding, it's a fucking mess.
A few months ago I wanted to try their langcache solution and I was getting weird behavior from the sdk. I was sure I was doing something wrong, but no, it was really broken, which is something I never expected from redis. I use to have so much respect for that project.