David,
Its been a while i worked on JDBC notifications and hope nothing changed in the recent versions (8.x) of the product.
When ever a JDBC notification is created it creates a corresponding buffer table in the Database where you have set the notification to poll on. These tables are auto created by WM.
No, You will have to create a JDBC (insert\update) Notification on the (actual) table where the data will be sent to and when there is a change in that table a publishable doc with the data will be published to the Broker. In order to receive and process this data you will have to create a trigger on the publishable doc generated by the notification.
I think this can be achieved in two steps,
Write a stored proc on the database to check if data refresh has happened (based on the timestamps of the record entries), if it has then send out the new records as an array.
Create a storedprocedurenotificationwithsignature notification on the above created stored proc. Refer the JDBC Users guide for more information on the configuration.
Hope this helps!
Cheers,
Akshith
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB