Message Ordering in Pub/Sub or Queues
Do you need message ordering? Processing messages in order as they were sent/published to a queue or topic sounds simple but has some implications. What happens when processing a message fails? What happens to all subsequent messages? How is throughput handled when using the competing consumers’ pattern, which loses the guarantee processing in order. Lastly, is ordering even important? YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything in this post. Message Ordering What are some reasons that most people think they need to process messages in a particular… Read More »Message Ordering in Pub/Sub or Queues