On Tue, Oct 16, 2012 at 6:47 PM, Simon <[email protected]> wrote: > > I was hoping to deploy the same Aggregate many times and each Aggregate > process files from a different directory. But I was wondering how to tell > each Aggregate which directory to process, and not use config files to do > this. > > Each Aggregate would have the same input queue, so it seems providing the > directory path (in an input CAS) to a newly deployed aggregate is not > possible since there may be already deployed identical aggregates with > the same input queue. >
If each input CAS contains a pointer to a different directory, then no two aggregates are processing the same directory.
