Files
learning-rabbitmq/DEV.md
2026-04-14 21:09:30 +00:00

280 B

Links
This page is very good and very structured https://www.rabbitmq.com/tutorials

What is it?
It's a queue - message broker is the technical term.

Once you up, dashboard is on :15672, username:pass = guest:guest

You never push directly to the q, it's always via exchanges.