rfc
rfc copied to clipboard
2/MVDS: Explore MVDS as Message Queue
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
Might be a good idea to distinguish this as two different use cases, a la SQS e.g.:
- Standard Queues
- x throughput (tps)
- At-Least-Once Delivery
- Best-Effort Ordering
- FIFO Queues
- x throughput (tps)
- Exactly-Once Processing (message available until consumer processes and deletes; no duplicates)
- First-In-Fist-Out Delivery
Closing, 2/MVDS is in stable status.