Versions Compared

Key

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

...

Camel does not yet fully support property placeholders as there is a limitation in Spring. See JIRA SPR-4466

Tip
titleBridge Spring and Camel property placeholders

From Camel 2.10 onwards you can bridge Spring and Camel property placeholders, see Using PropertyPlaceholder for more details.

Here is a trick that you can use to define the uri in a property file using Spring injection and Camel endpoint : http://cmoulliard.blogspot.com/2009/05/trick-to-pass-uri-declared-in-property.html.

From Camel 2.3 onwards there is a Properties component build in Camel core which allows you to use properties in the same way as Spring property placeholders, and even more.