-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mastering Apache Camel
By :
In previous chapters, we have seen how a processor or a bean can be used to implement behavioral changes on the messages.
However, some of those functions provide ways to implement solutions to common problems and, instead of reimplementing the same function in different routes, we can reuse an existing one. Some of these generic message operations are described in the Enterprise Integration Patterns (EIPs) from Gregor Hohpe and Bobby Woolf (http://www.enterpriseintegrationpatterns.com/).
This chapter will introduce the most used EIPs provided by Camel:
Some of these generic message operations are described in the Enterprise Integration Patterns (EIPs) from Gregor Hohpe and Bobby Woolf. It describes the patterns, Camel provides the implementation.