distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system.” Asynchronous task management
happens when a task is called (sends a message), and what happens when a worker receives that message. • Broker (Queue) - Where message is stored until a Worker can execute task. • Worker - Consumes message and executes tasks.