Versions Compared

Key

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

...

The simple language uses ${body} placeholders for complex expressions where the expression contains constant literals. The 

Deprecated: The ${ } placeholders can be omitted if the expression starts with the token, or if the token is only the token itself.

Tip
titleAlternative syntax

From Camel 2.5 you can also use the alternative syntax which uses $simple{ } as placeholders. This can be used in situations to avoid clashes when using for example Spring property placeholder together with Camel.

...