Re: Loading multiple files from the same directory

2011-07-15 Thread Claus Ibsen
             .to("direct:b") >>        .otherwise() >>              .to("direct:unknown"); >> >> > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p45

Re: Loading multiple files from the same directory

2011-07-15 Thread divanmostert
> .to("direct:unknown"); > > -- View this message in context: http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4590059.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Loading multiple files from the same directory

2011-07-14 Thread Claus Ibsen
; > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4585994.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fuseso

Re: Loading multiple files from the same directory

2011-07-14 Thread divanmostert
qualTo("a.txt")) > .to("direct:a") > .when(header("filename").isEqualTo("b.txt")) > .to("direct:b") > .otherwise() > .to("direct:unknown"); > > -- View this m

Re: Loading multiple files from the same directory

2011-07-14 Thread Marco Westermann
ad all files from a directory, cause I'm only interested in a subset and each will have to follow a specific route. Its generally bad practice to have concurrent consumers compete for the same files. -- View this message in context: http://camel.465427.n5.nabble.com/Loading-multiple-files-fro

Re: Loading multiple files from the same directory

2011-07-14 Thread Taariq Levack
gt; Its generally bad practice to have concurrent consumers compete for > the same files. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4586541.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Loading multiple files from the same directory

2011-07-14 Thread Claus Ibsen
un with multiple routes. > Its generally bad practice to have concurrent consumers compete for > the same files. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4586

Re: Loading multiple files from the same directory

2011-07-14 Thread divanmostert
load all files from a directory, cause I'm only interested in a subset and each will have to follow a specific route. Its generally bad practice to have concurrent consumers compete for the same files. -- View this message in context: http://camel.465427.n5.nabble.com/Loading-multiple-

Re: Loading multiple files from the same directory

2011-07-14 Thread Claus Ibsen
urrent threads process the picked up files. See more at http://camel.apache.org/async > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4585994.html > Sent from the Camel - Users mailing list archive

Loading multiple files from the same directory

2011-07-14 Thread divanmostert
:///...] Is there any way of getting around this? -- View this message in context: http://camel.465427.n5.nabble.com/Loading-multiple-files-from-the-same-directory-tp4585994p4585994.html Sent from the Camel - Users mailing list archive at Nabble.com.