-
Bug
-
Resolution: Done
-
Minor
-
None
From -> Aggregate -> To
In the aggregate I set a correlation expression and a fixed timeout of 5000.
The generated source is
<aggregate completionFromBatchConsumer="false" completionTimeout="5000" strategyRef="myStrategy"> <correlationExpression> <language language="simple">${header.id}</language> </correlationExpression> <completionPredicate> <language language="simple"/> </completionPredicate> <completionTimeout> <language language="simple"/> </completionTimeout> <completionSize> <language language="simple"/> </completionSize> <to uri="log:done"/> </aggregate>
Notice all the <correlationXXX> that should not be there as I have not customized them in the properties panel.