Versions Compared

Key

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

Routing Slip

The Routing Slip from the EIP patterns allows you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.

Example

Code Block
from("activemq:SomeQueue").routingSlip();
Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern