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:
  1. The trigger generated from Workbench will be inserting key details into a static notification log (STTB_NOTIFICATION).
  2. 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.
  3. Each unprocessed record is locked. The record is verified against the notification maintenance and checked whether notification is to be sent or not.
  4. 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.
  5. The job is then rescheduled to fire next time based on the previous execution.
Refer Gateway Installation documents on how to set up the Queues.

Figure 1-16 Flow Chart for Notification Flow in Scheduler