Re: Query regarding zip consumption using apache camel

2017-11-13 Thread Claus Ibsen
Hi Either tweak the read lock change options to have higher threshold - see the docs. Or when you copy the file to that computer, then copy it to some other directory / or use some other kind of name. And then afterwards move / rename the file - as this would then do it on the same computer/file-s

RE: Query regarding zip consumption using apache camel

2017-11-13 Thread Shashank Gupta
. Regards Shashank Gupta -Original Message- From: Siano, Stephan [mailto:stephan.si...@sap.com] Sent: 14 November 2017 13:14 To: users@camel.apache.org Cc: Onder SEZGIN Subject: RE: Query regarding zip consumption using apache camel Hi, You likely want to set some readLock parameter to

RE: Query regarding zip consumption using apache camel

2017-11-13 Thread Siano, Stephan
consumption using apache camel Hi, Thanks for the reply. The problem is that there are 2 separate queue listening to the same folder one is for unzipping the file and another one is for reading the pdf's and txt's As soon as I start copying the zip file which is of 8-10 MB, camel starts unz

RE: Query regarding zip consumption using apache camel

2017-11-13 Thread Shashank Gupta
.split(new ZipSplitter()).streaming() .to("file://{{rootOutputDirectory}}/incoming");' Queue 2 is :- -Original Message- From: Onder SEZGIN [mailto:ondersez...@gmail.com] Sent: Tuesday, November 14, 2017 12:39 AM To: users@camel.apache.org Subje

Re: Query regarding zip consumption using apache camel

2017-11-13 Thread Onder SEZGIN
I think your situation is a bit hard to guess unless you share your routing details. In case, you directly consume files by trying to unmarshall them even if your file transfer is complete. If you use file component, you may need to look into exclude option to avoid consuming incomplete transferr

Query regarding zip consumption using apache camel

2017-11-13 Thread Shashank Gupta
Hi, We am trying to unzip the zip and then reading the pdf and txt files inside that. We are using Camel Apache with Java in our project. The problem is occurring when we are trying to copy the zip over remote desktop in windows, we are copying the zip directly into the hot folder(which camel is