I created a ticket https://issues.apache.org/jira/browse/CAMEL-3423
Then in the future you can manage it using JMX. Currently you can just stop and start the route again. Or extend the FileIdempotentRepository class and add a reset method yourself. On Mon, Dec 13, 2010 at 12:11 PM, jmh <[email protected]> wrote: > > Hi Claus, > > suppose I need to re(send) a set of messages (validation failed before but > now is OK) without stopping Camel. > > My idea was to suppress some keys in the idempotent file to allow the the > set of messages to be performed again. > > But I don't know if it's possible to reload the idempotent file in the cache > at runtime. > > J-M > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Refreshing-at-runtime-an-Idempotent-Consumer-tp3302147p3302962.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
