Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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

  1. Context and problem

    Avoid the sender to wait for a response and avoid the consumer to know the identity of the producer.

  2. Solution

    Pus/Sub Messaging Pattern

  3. Challenges

...