SNSteve Nelsoninblog.stevenelson.co·Jul 13, 2021 · 3 min readMessage Queues for .NET Developers - Part 1: The BasicsWhat is a Message Queue? A message queue is a form of asynchronous server-to-server communication. Message queues are common in serverless or microservice architectures due to the need of independent systems to communicate with each other. In a mess...00