Info |
---|
Enable an application to announce events to multiple interested consumers asynchronously, without coupling the senders to the receivers : https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber |
Context and problem
Avoid the sender to wait for a response and avoid the consumer to know the identity of the producer.Solution
Pus/Sub Messaging Pattern
Challenges
...