Re: Camel HTTPS - timing out
rl?key=keyvalue&httpClient.soTimeout=1200";)) >.to("http4://myhost.com") >.log(LoggingLevel.INFO, "File fetch started started") >.to("file:Out1/fileName=loc.xml&noop=true") >.end(); > >
Camel HTTPS - timing out
httpClient.soTimeout=1200";)) .to("http4://myhost.com") .log(LoggingLevel.INFO, "File fetch started started") .to("file:Out1/fileName=loc.xml&noop=true") .end(); // My properties file has