educative.io

Distributed Messaging Queue Design

Similarly, for strict ordering at the receiving end, we need to serialize all the requests to give out messages one by one. If that’s not required, we have better throughput and lower latency at the receiving end.

I didn’t understand the above point. how does serializing the requests maintain the strict ordering at the receiving end ?

thanks
Ravi

Hello @Ravi_Penumetsa,
Can you please give me the link to the lesson this quote is from so I can provide a better exaplanation?

Seems to be a duplicate of What do you mean by serialization in distributed queue

Please the authors respond so that we work together to improve this chapter.