5 ms·
The other answers around here are mostly right, but I'd like to add another one, which is right in some situations: Message queues are often the wrong tool. Of
by tichiian 2y ago
The other answers around here are mostly right, but I'd like to add another one, which is right in some situations:
Message queues are often the wrong tool. Often you rather want something like RPC, and message queues were wrongly used as poor man's async DIY RPC.