Access FileIdempotentRepository in Custom File Process Strategy

2014-03-28 Thread piyushbhatt
Hi, We have implemented a custom file process strategy using a file store based idempotent repository which is configured in the xml Lets say we have 2 types of files A and B where B has to be transferred after A. So the logic for transferring B is as below Class CustomProcessStrategy extends Gen

Re: Help with properites resolution

2013-11-18 Thread piyushbhatt
Any pointers on this issue Piyush -- View this message in context: http://camel.465427.n5.nabble.com/Help-with-properites-resolution-tp5743374p5743452.html Sent from the Camel - Users mailing list archive at Nabble.com.

Help with properites resolution

2013-11-17 Thread piyushbhatt
Hi, We are using camel FTP and file component and have built an FTP service. We have multiple FTP servers to which we connect and send/receive data. The file types which we pull/push are same across customers and so routes are similar with only differentiating factor being the data specific to ea

Re: Parallel file processing with Camel

2013-11-17 Thread piyushbhatt
Hi Claus, Is it available as part of XML configuration ? If yes can you point me to some example Regards Piyush -- View this message in context: http://camel.465427.n5.nabble.com/Parallel-file-processing-with-Camel-tp5742049p5743378.html Sent from the Camel - Users mailing list archive at Nab

Parallel file processing with Camel

2013-10-23 Thread piyushbhatt
Hi, We are using Camel and have developed an FTP client using it. We generate hundreds of files which we need to push in a very short time window to the FTP server. All these files reside in the same directory. Camel is not able to keep pace with number of files so we do manual parallel pushing us

Can done file be also sent to the same location in Camel FTP

2012-09-04 Thread piyushbhatt
Hi, We have a requirement of pushing a file and its done file to an FTP location as the other system also looks after the done file. This done file actually contains some data about the main file so its not an empty done file Is it possible using Camel FTP Regards Piyush -- View this message

FTP with 2 files in transaction mode

2012-08-09 Thread piyushbhatt
Hi, We have a requirement where we have a set of 2 files which should be pushed in an order and also either both should go or none should go. The file names are same except the .xml or .img in the end. We have deployed Camel as a windows service. We have implemented a custom file processing strat