You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by davsclaus <ci...@yahoo.dk> on 2011/01/21 08:31:43 UTC

Re: Aggregator => how to throw both oldExchange and newExchange to deadletter

You can just attach the other exchange on the oldExchange as a property on
the exchange.
Then let the DLC be a route where you can detach and manually send that 2nd
exchange to the real DLC.

Or you can manually send the other exchange to the DLC directly from within
the AggregationStrategy code using a producer template.
-- 
View this message in context: http://camel.465427.n5.nabble.com/Aggregator-how-to-throw-both-oldExchange-and-newExchange-to-deadletter-tp3349322p3350914.html
Sent from the Camel - Users mailing list archive at Nabble.com.