3303-flashcards/hATaBiZQ - 3303/eiwOBS8i - How does the Asynchronous Message Communication pattern affect the sender.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -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.