I’m afraid you have to implement your version of IdempotentRepository, as the requirement is quite different.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On May 26, 2015 at 3:33:03 PM, noone100 (zaugg+ca...@puzzle.ch) wrote: > Hi Willem > > Thanks for your answer! > > This filter should be able to skip out-of-order messages having the same > correlation id but an older timestamp in a persistent manner, that's why I > thought about a FileIdempotentRepository but this repo cannot track an id > and a timestamp in conjunction. Is there another approach to store an id and > a timestamp or is messaging the wrong technique for that problem and I > should consider switching to a JPA based approach? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Discard-Obsolete-Messages-After-Redelivery-tp5767439p5767458.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >