|
|
|
|
|
by tichiian
727 days 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. |
|