You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 Endpint 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

Error formatting macro: snippet: java.lang.NullPointerException
  • No labels