Re: Urgent - Reprocess/Consume the same file again - Camel Route

2014-03-07 Thread Claus Ibsen
; messages in queue getting created during the route flow. > Is there a way or substitute for alwaysConsume ? or Setting the LRUCacheSize > to 1 ? > > Thanks in advance & Appreciate your help > > > > > > -- > View this message in context: > http://camel.46

Urgent - Reprocess/Consume the same file again - Camel Route

2014-03-07 Thread Prithiv
e for alwaysConsume ? or Setting the LRUCacheSize to 1 ? Thanks in advance & Appreciate your help -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-Reprocess-Consume-the-same-file-again-Camel-Route-tp5748468.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Urgent - Reprocess/Consume the same file again - Camel Route

2014-03-07 Thread spanchag
Hi, I'm having the same problem. Looks like Camel caches 1000 file names. I'm also waiting for a solution/workaround for this. Thanks, Ram -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-Reprocess-Consume-the-same-file-again-Camel-Route-tp5748468p5748469

Re: Consume the same file

2013-03-15 Thread Claus Ibsen
On Thu, Mar 14, 2013 at 4:42 PM, Alberto Brosich wrote: > On Wed, 2013-03-13 at 17:31 +0100, Claus Ibsen wrote: >> On Wed, Mar 13, 2013 at 3:54 PM, Alberto Brosich >> wrote: >> > >> > Hi, >> > >> > I have to consume with the FTP component always the same file but only when >> > its size changes.

Re: Consume the same file

2013-03-14 Thread Alberto Brosich
On Wed, 2013-03-13 at 17:31 +0100, Claus Ibsen wrote: > On Wed, Mar 13, 2013 at 3:54 PM, Alberto Brosich > wrote: > > > > Hi, > > > > I have to consume with the FTP component always the same file but only when > > its size changes. > > I read this in the documentation: > > > > Camel 2.11: To use a

Re: Consume the same file

2013-03-13 Thread Claus Ibsen
On Wed, Mar 13, 2013 at 3:54 PM, Alberto Brosich wrote: > > Hi, > > I have to consume with the FTP component always the same file but only when > its size changes. > I read this in the documentation: > > Camel 2.11: To use a custom idempotent key. By default the absolute path of > the file is used

Consume the same file

2013-03-13 Thread Alberto Brosich
Hi, I have to consume with the FTP component always the same file but only when its size changes. I read this in the documentation: Camel 2.11: To use a custom idempotent key. By default the absolute path of the file is used. You can use the File Language, for example to use the file name a