.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
> .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.
;
> --
> 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
qualTo("a.txt"))
> .to("direct:a")
> .when(header("filename").isEqualTo("b.txt"))
> .to("direct:b")
> .otherwise()
> .to("direct:unknown");
>
>
--
View this m
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
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.
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
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-
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
:///...]
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.
10 matches
Mail list logo