Re: Looking for advice or help on batching/queueing for a fairly simple route

2012-04-21 Thread Claus Ibsen
Hi I have logged a JIRA to allow the file/ftp components to not do eager limit. Then you can sort all the files beforehand, and then limit afterwards. https://issues.apache.org/jira/browse/CAMEL-5202 On Sun, Apr 15, 2012 at 10:06 AM, Claus Ibsen wrote: > On Sun, Apr 8, 2012 at 4:14 AM, Aaron D

Re: Looking for advice or help on batching/queueing for a fairly simple route

2012-04-15 Thread Claus Ibsen
On Sun, Apr 8, 2012 at 4:14 AM, Aaron Daubman wrote: > Greetings, > > I have the following quite-simple route: > > ---snip--- > BeanIODataFormat dataCoreFormatTest = new > BeanIODataFormat("beanio/mappings.xml", "dataCoreFileTest"); > dataCoreFormatTest.setIgnoreInvalidRecords(true); //Ignore inva

Looking for advice or help on batching/queueing for a fairly simple route

2012-04-07 Thread Aaron Daubman
Greetings, I have the following quite-simple route: ---snip--- BeanIODataFormat dataCoreFormatTest = new BeanIODataFormat("beanio/mappings.xml", "dataCoreFileTest"); dataCoreFormatTest.setIgnoreInvalidRecords(true); //Ignore invalid records StringBuilder fileUri = new StringBuilder("file://"); f