Listener on Pega Database.
I have a requirement in my project,
As soon as a record is getting inserted into the database table (by an external System), we need to process it in real time.
We can not configure an Agent as it will not be real time (Minimum Time Interval for Agent Schedule is 5 Seconds) also there will be a huge amount of data for processing.
Can anyone suggest me the approach As The functionality which has to be implemented is kind of Listner (Not Actual JMS or MQ type but it should function the same and as the Listner in Real time Fetching of data from DB in place of Queue).
Ranabir Bhattacharjee
***Updated by Moderator: Marissa to remove customer's personal information and update categories***