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 | Exactly Once Notification Feature
 
Exactly Once Notification Feature
Most adapter notifications, such as Insert Notifications and Update Notifications, can use the Exactly Once notification feature. This feature ensures that notification data is not duplicated even if a failure occurs during processing. This is achieved by assigning unique IDs for each publishable document. After a processing failure, Integration Server checks for duplicate records in storage and ignores any duplicate IDs.
Note:
Stored Procedure Notifications do not support the Exactly Once notification feature because they do not use publishable document unique IDs.
For more details, see Using the Exactly Once Notification Feature.