rfc icon indicating copy to clipboard operation
rfc copied to clipboard

2/MVDS: Explore MVDS as Message Queue

Open decanus opened this issue 6 years ago • 1 comments
trafficstars

Provide proof that over MVDS we can achieve standardizied message queues with various delivery modes such as at-least once, exactly-once or at-most once. These are concepts we can formalize similarly to AMQP

decanus avatar Sep 18 '19 08:09 decanus

Might be a good idea to distinguish this as two different use cases, a la SQS e.g.:

  1. Standard Queues
  • x throughput (tps)
  • At-Least-Once Delivery
  • Best-Effort Ordering
  1. FIFO Queues
  • x throughput (tps)
  • Exactly-Once Processing (message available until consumer processes and deletes; no duplicates)
  • First-In-Fist-Out Delivery

oskarth avatar Oct 22 '19 05:10 oskarth

Closing, 2/MVDS is in stable status.

jimstir avatar Jun 13 '24 19:06 jimstir