On Mon, Jun 18, 2012 at 7:42 PM, stefzar <[email protected]> wrote:

> Hello,
>
> in the Camel documentation it says: "idempotent false    Option to use the
> Idempotent Consumer EIP pattern to let Camel skip already processed files.
> Will by default use a memory based LRUCache that holds 1000 entries. If
> noop=true then idempotent will be enabled as well to avoid consuming the
> same files over and over again." - http://camel.apache.org/file2.html
>
> What's the easiest way of setting the LRUCache size above 1000 entries?
>
>
To set a custom idempotentRepository
And have that using a memory store, where you can configure the size.


Thank you in advance.
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/How-to-set-the-LRU-Cache-size-tp5714634.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to