Dear community,

I've following snippet

<!-- split array of consumers -->
<split streaming="true">
<jsonpath>$.consumer[*]</jsonpath>
...
<setProperty name="consumerComponents"><simple>${in.body}</simple></setProperty>
</split>
<!-- log the consumer template snippet -->
<log message="template snippet: ${exchangeProperty.consumerComponents}" />

As I made the experience the lifetime of an exchange property is limited to 
inside the split boundaries.

Is there an other way (except a custom aggregation strategy) to define a 
context wide variable?

Best
- Gerald

Reply via email to