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 5. Enterprise Integration Patterns

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:

  • The messaging systems EIPs

  • The messaging channels EIPs

  • The message construction EIPs

  • The message routing EIPs

  • The message transformation EIPs

  • The messaging endpoints EIPs

  • The system management EIPs

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.