2 Home
gitea_admin edited this page 2026-03-11 14:45:05 +00:00

Use Original Aggregation Strategy

An AggregationStrategy which just uses the original exchange which can be needed when you want to preserve the original Exchange. For example when splitting an Exchange and then you may want to keep routing using the original Exchange.

Metadata

Property Value
Interface Type org.apache.camel.AggregationStrategy
Version 4.10.2

Maven Dependency

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-core-processor</artifactId>
    <version>4.10.2</version>
</dependency>