Versions Compared

Key

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

...

When an order is sent it contains a header with the order id. We use this fact when we aggregate, as we configure this .header("orderId") on the aggragate aggregate DSL to instruct Camel to use the header with the key orderId as correlation expression.

...