Hello, I am using the new HawtDB aggregatorRepository. I saw in the documentation that aggregated messages can be published using one of the 5 completion checks.
I was wondering if there was a way not to publish message if completion is not reach after a given time. In my case I split a message in 3, which are transformed separately (by an external process). The transformation can provoke and error. In the happy path I aggregate the 3 transformed parts back into a message. Otherwise I would like the route to fails and the aggregated message for that correlatedId to be removed from the aggregator repository. I guess I can do that in Java using the repository Spring Bean, it that a better way ? Thanks in advance, Olivier -- View this message in context: http://camel.465427.n5.nabble.com/Aggregator-Howto-remove-from-persistency-tp2852702p2852702.html Sent from the Camel - Users mailing list archive at Nabble.com.