Versions Compared

Key

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

Enterprise Integration Patterns

This page describes the various Enterprise Integration Patterns which are implemented by form the foundation of Camel.

Messaging Systems

Message Channel

How does one application communicate with another using messaging?

Message

How can two applications connected by a message channel exchange a piece of information?

Message Router

How can you decouple individual processing steps so that messages can be passed to different filters depending on a set of conditions?

Message Endpoint

How does an application connect to a messaging channel to send and receive messages?

...