Hi,
Just give updates, after I tried the latest 2.11.1, it works fine. Can
someone tell me the reason what happened in 2.11.0? I am curious to the
details.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-2-11-0-file-move-moveFailed-error-but-2-10-4-works-fine-tp5737743
I have a file: component like below
file.trigger.directory=trigger
file.trigger.error.directory=.error
file.trigger.done.directory=.done
when I use 2.11.0. when the route has exception, it throws below exception:
2013-08-22 17:07:39 WARN GenericFileOnCompletion:136 - Caused by:
[org.apache.cam
Hi William,
Thanks for your reply.
Maybe I didn't describe my question clearly.
>From seda spec, it says "As for the difference between the two (Concurrent
consumers and thread pool), note a thread pool can increase/shrink
dynamically at runtime depending on load, whereas the number of concurren
Hi Claus,
Thanks for your reply.
So can we conclude, if we use xml configuration for seda, we can't have a
thread pool which can increase/shrink dynamically at runtime, is that right?
Thanks.
Billy
--
View this message in context:
http://camel.465427.n5.nabble.com/Add-thread-pool-configurati
Hi, from http://camel.apache.org/seda.html, we can use DSL to add thread pool
to SEDA, e.g. from("seda:stageName").thread(5).process(...),
can anyone tell me how to do the same thing using xml?
I have a xml seda route definition.
Thanks a lot.
Billy
--
View this message in context:
http://