An architectural style that uses event producers, event consumers, and message brokers to enable loose coupling and asynchronous processing is:
AClient-Server Architecture
BLayered Architecture
CEvent-Driven Architecture (EDA)
DMonolithic Architecture
Explanation
Event-Driven Architecture decouples system components by emitting, capturing, and processing asynchronous events.

No Comments