Simple Expression Language to access Map value
-----------------------------------------------
Key: CAMEL-2542
URL: https://issues.apache.org/activemq/browse/CAMEL-2542
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: William Tam
Users may want to use Simple Expression Language to evaluate an expression that
involves Map header values. For example, the follow expression should evaluate
to the Map entry value by the key "bar". The map is the value of an IN message
header by the name of "foo".
${in.header.foo[bar]}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.