Chapter 8. Resilient Mule Applications

Any Mule application must be able to handle exceptional situations that can occur from time to time. This chapter will cover how you can manage and work with such exceptional situations.

Error Handling and Recovery

Error handling and recovery comes in various shapes and sizes and greatly depends on your application's needs. Developers can employ several techniques to handle exceptions.

One way is to log the error message with the appropriate information. Additionally, rather than merely sending the error to a log file, it could also be copied or sent to an alternative destination. This technique assumes that errors merely need to be flagged and that someone or something that can deal with errors is monitoring ...

Get Mule 2: A Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.