Book Image

Mastering Apache Camel

By : Bilgin Ismet Ibryam, Jean Baptiste Onofre, Jean-Baptiste Onofré
5 (1)
Book Image

Mastering Apache Camel

5 (1)
By: Bilgin Ismet Ibryam, Jean Baptiste Onofre, Jean-Baptiste Onofré

Overview of this book

Table of Contents (15 chapters)
Mastering Apache Camel
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Error Handling

In any integrated system, there are numerous reasons for errors to happen. Many are unforeseen, not easy to predict, and not easy to simulate. As an integrated framework, Camel provides extensive support for error handling, which is very flexible and able to deal with very different kinds of errors.

In this chapter, we will cover the following topics:

  • The kind of errors that we can deal with using Camel

  • The different Camel error handlers available

  • The configuration of the error handlers