I’ve setup an adapter notification to monitor for inserts on a database table and fire a jms trigger that uses a jndi topic and calls a service to process the published document (in this case, inserting the row of data into another table).
My problem is that the process keeps repeating, so after a single insert on the monitored table, the flow service is being called time and time again (resulting in many new rows being inserted into the target table).
Could you please explain how I mark the document as consumed so it only processes once?
#webMethods#Integration-Server-and-ESB