We have an enterprise java based application deployed on weblogic, which does processing in huge volumes at the end of the day during our batch process.
As part of enhancing our end of day process, I was wondering if we could implement some sort of event driven processing in our batch, so that the EOD processing kicks off per client instead of processing all clients in one go.
I have no idea about event driven batch processes. I know we have schedulers like autosys, but that cannot be used in this case.
We need a mix of polling processes and MDBs with polling processes typically generating the events which can be picked up by the MDBS.