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

Compare with Current View Page History

Version 1 Next »

Claim Check

The Claim Check from the EIP patterns allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time. The message content is stored temporarily in a persistent store like a database or file system. This pattern is very useful when message content is very large and not all components require all information.

Available in Camel 1.5.

{include:Using This Patter

  • No labels