What could be the benefits to webapp developers of using a messagequeue to store errors?
We have some legacy code which allows our users to log errors from their webapp to the messagequeue.
The webapp can live on a cluster so some central location maybe need for error logging.
we also provide a file logger.
The primary benefits would include:
And there are probably more, that’s just off the top of my head.