Hi Srikanth,
You will have a actual table where data gets inserted. The database trigger will take a copy of the inserted data (in case of insert notification) from the actual table and inserts into the buffer table… All these happens in the database level…
In webMethods you will mention a polling interval while creating notification… At those intervals, it checks the buffer table for any data… If it finds the data, then webMethods Adapter pulls the data, publishes it to Broker and deletes the data from Buffer table…
Hope this helps… For more details, refer Jdbc adapter guide…
Senthil
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods