Camel File : Discard empty file

2010-05-25 Thread titexe
Hello, How file component can discard empty file (0 Bytes) ? the goal : to be sur, that all messages in queue A is not empty. thank you in advance, titexe -- View this message in context: http://old.nabble.com/Camel-File-%3A-Discard-empty-file-tp28665819p28665819.html Sent from the Cam

Camel File Discard empty file

2013-05-30 Thread Jean Francois LE BESCONT
Hi, I undig an old point ( http://camel.465427.n5.nabble.com/Camel-File-Discard-empty-file-td472234.html ) My camel application wait file send from a tierce application ( which is generate from a file:stream by an other application) and has to process it and delete it after. The file can be

Re: Camel File : Discard empty file

2010-05-25 Thread Claus Ibsen
On Tue, May 25, 2010 at 10:50 AM, titexe wrote: > > Hello, > > How file component can discard empty file (0 Bytes) ? > > > > > > > the goal : to be sur, that all messages in queue A is not empty. > > thank you in advance, > You can use a custom filter on the file endpoint where you implement

Re: Camel File Discard empty file

2013-05-30 Thread Claus Ibsen
Hi It does, see the readLock option http://camel.apache.org/file2 On Thu, May 30, 2013 at 10:24 AM, Jean Francois LE BESCONT wrote: > Hi, > > I undig an old point ( > http://camel.465427.n5.nabble.com/Camel-File-Discard-empty-file-td472234.html > ) > > My camel application

Re: Camel File Discard empty file

2013-05-30 Thread Jean Francois LE BESCONT
developed my own filter as you suggest. 2013/5/30 Claus Ibsen > Hi > > It does, see the readLock option > http://camel.apache.org/file2 > > On Thu, May 30, 2013 at 10:24 AM, Jean Francois LE BESCONT > wrote: > > Hi, > > > > I undig an old point ( >

Re: Camel File Discard empty file

2013-06-11 Thread Jean Francois LE BESCONT
er as you suggest. > > > 2013/5/30 Claus Ibsen > >> Hi >> >> It does, see the readLock option >> http://camel.apache.org/file2 >> >> On Thu, May 30, 2013 at 10:24 AM, Jean Francois LE BESCONT >> wrote: >> > Hi, >> > >>

Re: Camel File Discard empty file

2013-06-14 Thread Claus Ibsen
That is with I have developed my own filter as you suggest. > > > 2013/5/30 Claus Ibsen > >> Hi >> >> It does, see the readLock option >> http://camel.apache.org/file2 >> >> On Thu, May 30, 2013 at 10:24 AM, Jean Francois LE BESCONT >> wrote: