Messaging Service

  • Messaging between various Azure components.
  • Message should have content, datetime message was sent, datetime message was received.
  • Example image is uploaded then there can be various service, like image processing service which will need to know when the image has been uploaded.
  • Avoid direct communication since cases like image upload and all may give issue.
  • This helps withdecoupling and avoiding different instances of same service from picking same message for processing.

Resources