ra network transfer, specially for large files.
Currently, I am working on extending the ftp component, but I wonder if you
can discuss a general approach for all file components.
Thanks!
--
Jorge Davison
cess token
passed.
Maybe this component can help somebody.
In the next days i will start the development of the consumer.
If any one want to fork or improve the code, please be my guest.
https://github.com/jdavisonc/camel-gdrive
Jorge Davison
@jdavisonc
7;t
get it work.
public void process(Exchange exchange) throws Exception {
semaphore.acquire();
}
protected void doStop() throws Exception {
if (semaphore.hasQueuedThreads()) {
int queueLength = semaphore.getQueueLength();
semaphore.release(queueLength);
}
}
Any suggestions?
--
Jorge Davison