Hi all,
I have a JDBC adapter notification that polls (once every 5 seconds) a buffer table (Oracle 8i). This table is updated almost constantly (40 to 50 times every 3 seconds). Currently, my adapter notification will publish a document for every single new insert or update to this table. I would like the notification to be able to bundle multiple database records into a document list and publish that.
For example, if the notification polls the buffer table and pulls out 20 new records, I would like for a single document to be published, which contains all 20 records.
I would prefer this way for two reasons:
- Limit the overhead of publishing thousands of excess documents.
- I would like for a webMethods trigger to be able to pass this published document list to a flow service for batch insert into another table.
Hopefully that made some sense. The bottom line is this: Can a JDBC adapter notification publish a document list instead of just a document?
Thanks,
Jerry
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards