Hello, I am working with millions of rows of Cancer records. A cancer site (Colon, Prostate) is identified by a field called PrimarySite. A given Cancer site can have one of many values (A colon can have multiple individual sites (say C01 to C10).
My intend is to load 500 records of Cancer records (of many Site types) from DB, split them into individual records, aggregate them by Cancer site (say 100 records of the same type), once the 100 record count is reached or times out I want to route the records to a Camel Drools component to compute treatment. My correlation is dependent upon the value of PrimarySite in the body of the message. 1) Best way to split a collection of CancerRecords 2) Best way to write the correlation expression like (PrimarySite in "C01, C02, C03") ) 3) Once aggregation is complete (or time out) how to route this to the appropriate Drools component (One for each type of site). Or if you guys have a better way of creating a rout please feeel free to shae with me. Thanks Matt ----- Thanks Matt G. Madhavan -- View this message in context: http://camel.465427.n5.nabble.com/Camel-complex-route-split-aggregate-complex-Correlation-question-tp5755448.html Sent from the Camel - Users mailing list archive at Nabble.com.
