webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Managing JDBC Adapter Polling Notifications

  • 1.  Managing JDBC Adapter Polling Notifications

    Posted Fri February 14, 2003 10:17 AM

    I’m interested in best practices for managing JDBC Adapter Polling Notifications.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: Managing JDBC Adapter Polling Notifications

    Posted Fri February 14, 2003 11:00 AM

    As far as I know, there’s no other way to change the notification interval. In my experience, it makes more sense to use basic notification in most cases. You have to write the trigger code, of course, but that can be done by creating an automatic notification operation on a development copy of the database and then copying the table/trigger/sequence created by the adapter. This allows you to give the database objects to a DBA for management (a necessity in most organizations), plus the adapter will no longer drop the database objects when the integration is disabled.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards