I have a scenario where i am parsing a large csv file that contains a lot of orderrows. I process each orderrow individually in different steps and then use an aggregator to collect all orderows for a given order. The problem is that during the processing an exception can occur which will move the message to a deadletter queue. If this happen i have to discard the rows that have already been aggregated. Question: how do i signal to the aggregator that the aggregate must be dropped when the failed message never passes to the aggregator?
-- View this message in context: http://camel.465427.n5.nabble.com/Drop-aggregate-tp5790592.html Sent from the Camel - Users mailing list archive at Nabble.com.