|
|
|
|
|
by PaulHoule
1398 days ago
|
|
I've never found message queues that hard to work with but it seems everyone else I've worked with inevitably winds up with a queue that messages go into and never get out of. I've often thought there is an analogy with broken "real-world" processes where the same thing happens. |
|
And generally this system should not use the message queue to just get things resent - because most likely in this situation you still need to be mostly handling new messages rather then old ones when you're stuck trying to catch up.
All of which tends to be a product of just utterly magical thinking from managers and solutions architects as to how anything works, and how likely an outage is (basically guaranteed no matter what anyone says about their product).