Adapter for JDBC 10.3 | webMethods Adapter for JDBC Documentation | webMethods Adapter for JDBC Installation and User’s Documentation | Overview of the Adapter | Adapter Notifications | Basic Notifications | Using Basic Notifications
 
Using Basic Notifications
The following table lists the tasks required to use this notification:
For this task...
Use these tools...
1. If needed, create your own buffer table and database trigger (or other means) to monitor for database changes.
User-defined
2. Create an adapter connection. For details, see Overview of Adapter Connections.
Integration Server Administrator
3. Configure the notification and specify the:
*Adapter connection
*Buffer tables that you created independently
*Publishable document to contain the data from the buffer table. There is a single publishable document used for all events associated with the notification.
For more details about the Integration Server publishable documents, see the Publish-Subscribe Developer’s Guide for your release.
*Output data fields contained in the publishable document
For instructions for configuring this type of notification, see Configuring BasicNotifications.
Designer
4. If you plan to use an Integration Server flow or Java service, design it to react to the data changes contained in the notification's publishable document. Create the Integration Server trigger to use the notification's publishable document.
For details, see the webMethods Service Development Help for your release.
Designer
5. Schedule and enable the adapter notification.
When you enable the notification, the Integration Server Scheduler invokes the notification periodically and continues to do so, based on the polling schedule parameters you created earlier.
For instructions for scheduling and enabling notifications, see Managing Polling Notifications.
Integration Server Administrator
Designer and Integration Server Administrator