Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alyfantisd/e547d4b67eddd992490b5d957da8f060 to your computer and use it in GitHub Desktop.
Save alyfantisd/e547d4b67eddd992490b5d957da8f060 to your computer and use it in GitHub Desktop.
camel cm:property-placeholder
<cm:property-placeholder id="myblueprint.placeholder" persistent-id="camel.blueprint" >
<cm:default-properties>
<cm:property name="sleutel" value="env:waarden:geen_waarde" />
</cm:default-properties>
</cm:property-placeholder>
....
<log id="_log5" message="Done processing ${file:name} {{{{sleutel}}}}"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment