hi,
My route met this problem in one machine, but for the same target server, it
can work well on the other machines.
I can use ftp command to connect the target serer in this machine.
it's my route.
03 Oct 2014 08:57:45,898 WARN [CMS] [Camel (camel-1) thread #5 -
ftp://username@1xx.198.225.111:
I have a ftp consumer to pull some huge files by a specified pattern. I need
to stop it without stoping the camel context and jvm.
I have tryied the stoproute with abort option, also set the ShutdownStrategy
to 5 seconds.
camelContext.getShutdownStrategy().setTimeout(5);
camelContext.getShut