Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section intends to demonstrate the usage of a Message Store by providing hypotethical code snippets, e.g.

Code Block
AggregatorExample.java
titleAggregatorExample.java
...
from(...)
   .aggregate()
       .correlationExpression(header(id))
       .aggregationStrategy(myStrategy)
       .completionTimeout(10000)
       .messageStore(myStore)
...