|
|
|
|
|
by scaryclam
3282 days ago
|
|
I got the impression that the author didn't really want a message based system at all, but rather a request response system that they tried to impliment within a message broker. Of course that's going to create more headaches than it solves; it's the wrong solution. Both message brokers and request-response code have their places in distributed systems, but they really need to learn when each is appropriate. I agree, saying that request-reply is "what you really want" was kind of silly, especially after the opening paragraph that states "it depends". |
|