Logo

Pub-Sub with Message Queues

Pasted image 20240915180208.png

Message Queues are Data System that take in "orders" from
Producer / Publisher onto -> Worker / Subscriber

Pasted image 20240915181541.png

All of these are done asynchronously, so non-critical tasks can be executed in the background, such as mail sending, notifications, aggregations, etc.

Example of MQ Systems: RabbitMQ, BullMQ, Kafka, etc.

© 2025 All rights reservedBuilt with DataHub Cloud

Built with LogoDataHub Cloud