I am working on an application which handles large volumes of data (5-600k records every minute) The data is inserted into the staging area from where I will be validating the data. Because of the size of the data the data will be validated with bulk operations.
I need a rule engine which can be used to build the validation algorithm dynamically using java.
Can you please suggest a rule engine that can handle this???