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

Use Latest Aggregation Strategy

An AggregationStrategy which just uses the latest exchange which is useful for status messages where old status messages have no real value. Another example is things like market data prices, where old stock prices are not that relevant, only the current price is.

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>