Re: ZIP aggregation and persistence

2018-08-20 Thread Claus Ibsen
Hi What is your completion criterias for the aggregator? If possible you can maybe also try to only consume the files from the file endpoint if you have all needed files, so they stay there on disk until you have all of them. On Mon, Aug 20, 2018 at 3:26 PM, Stuart Drapier wrote: > Hi, > > I'm

ZIP aggregation and persistence

2018-08-20 Thread Stuart Drapier
Hi, I'm using Camel to read files from directories on a filesystem, aggregate to a ZIP file and forward to AMQ. This all works brilliantly until the process is unexpectedly shutdown - we lose any pending files in the aggregator. I understand this is because the aggregator by default uses the M