Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pipes and Filters

Camel supports the Pipes and Filters from the EIP patterns in various ways.

...

With Camel you can split your processing across multiple independent Endpoint instances which can then be chained together.

Using Routing Logic

You can create pipelines of logic using multiple Endpoint or Message Translator instances as follows

...