Azure Messaging Services

Prerequisites:

  • Event: A lightweight notification of a state change, with no expectation of how it's handled. Discrete events trigger actions, while a series of events provides analyzable, time-ordered data.

  • Message: Raw data sent by a service with an expectation of specific handling by the consumer, involving a contract between the publisher and consumer.

Last updated