Hi Kushaboo , Please find below few pointers,
Basic DB Notification are for processing real time high volume data, with exactly once processing.
On notification level it facilitates you to maintain Trigger,Buffer Table and avoid the risk of deletion when notification is disabled.
Schedulers are used to process/fetch the data at certain intervals regardless of changes from past fetch, normally preferred for batch processing to avoid network crowd.
As per my exposure
- real time events on DB is preferred to handle through basic notification, when the handling data is also huge but needs to avoid delicacy.
- Schedulers are written when you have a requirement to swipe the data at regular intervals.
Again your Implementation would depends on the exact requirement and what exactly you want achieve.
#webMethods#webMethods-General#Application-Platform#Integration-Server-and-ESB