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

Compare with Current View Page History

« Previous Version 7 Next »

Enterprise Integration Patterns

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

Message Routing

Content Based Router

How do we handle a situation where the implementation of a single logical function (e.g., inventory check) is spread across multiple physical systems?

Message Filter

How can a component avoid receiving uninteresting messages?

Recipient List

How do we route a message to a list of dynamically specified recipients?

System Management

Wire Tap

How do you inspect messages that travel on a point-to-point channel?

  • No labels