1.5.2 Scheduler Based Notification Flow
This topic describes the Scheduler Based Notification Flow.
The Notification Process in FLEXCUBE can be done using the jobs scheduler as follows:
- The trigger generated from Workbench will be inserting key details into a static notification log (STTB_NOTIFICATION).
- Once Job is triggered, a request is sent to the EJB layer from the job execution class and the notification log table will be polled for unprocessed records.
- Each unprocessed record is locked. The record is verified against the notification maintenance and checked whether notification is to be sent or not.
- If notification is to be sent, pre-notification message XML is built and it is sent to internal NOTIFY_QUEUE(JMS queue) configured in Gateway layer.
- The job is then rescheduled to fire next time based on the previous execution.
Figure 1-16 Flow Chart for Notification Flow in Scheduler
Parent topic: Trigger and Test Notification
