How do I configure Camel Choice Predicate using camel properties
Issue
I need to read a boolean property value in a choice condition.
<choice>
<when>
<constant>{{process.a}}</constant>
...
</when>
<otherwise>
...
</otherwise>
</choice>
The above does not work. What is the correct syntax?
Environment
- JBoss Fuse 6.X
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.