Skip to content

Instantly share code, notes, and snippets.

@buuhsmead
Created August 21, 2019 15:09
Show Gist options
  • Save buuhsmead/d8e7b17ddc3c8168dea0383a5a7b309d to your computer and use it in GitHub Desktop.
Save buuhsmead/d8e7b17ddc3c8168dea0383a5a7b309d 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