Re: (Camel 2.2) Exception handling problem in case of parallel splitter with custom AggregationStrategy

2013-03-15 Thread khar
Hi! Thank you for your answer. Currently I can't change to newr version of Camel, becase other modules depend on that version also. If you could please tell me if there's any workaround I would be very grateful. Thanks! Mikolaj -- View this message in context: http://camel.465427.n5.nabble.co

(Camel 2.2) Exception handling problem in case of parallel splitter with custom AggregationStrategy

2013-03-14 Thread khar
Hello All! I'm using Camel 2.2 and I'm trying to split incoming message, then process them parallelly (with my own thread pool), then aggregate them with my custom AggregationStrategy. Everything works fine except of error handling - I don't need any of those splitted messages if any of them throw