Hi I have the following use case. I receive in Order objects which all have an OrderId, ProductionId and ProductionCount.
Hence, the productionId is my correlationExpression and the ProductionCount is the completionSize. This all works well. However, I may receive the same order twice(same OrderId twice). Hence, before adding anything to the AggregationRepository I would like to first check to see for the given correlationExpression(ProductionId) does the Order(OrderId) already exist. Is there support for this use case with the Aggregator? Thanks Joe -- View this message in context: http://camel.465427.n5.nabble.com/Handling-duplicate-messages-with-aggreator-tp5766756.html Sent from the Camel - Users mailing list archive at Nabble.com.