Chapter 7. Error Handling and Compensation
In this chapter, we will cover the following topics:
- Logging errors
- Dead Letter Channel: handling errors later
- Retrying an operation
- Conditional retry
- Customizing each redelivery attempt
- Catching exceptions
- Marking exceptions as Handled
- Fine-grained error handling using doTry…doCatch
- Defining completion actions
- Defining completion actions dynamically