3303-flashcards/hATaBiZQ - 3303/eiwOBS8i - How does the Asynchronous Message Communication pattern affect the sender.md
2026-04-20 23:08:47 -04:00

7 lines
215 B
Markdown

How does the **Asynchronous Message Communication** pattern affect the sender?
---
📨 The sender (Producer) sends the message and **continues immediately** without waiting. Messages may queue at the consumer.