Running Integration Service
Running Integration Service
You are here: Enterprise Frameworks > Integration Framework > Event Delivery > Running Integration Service
When running in TAFJ use TAFJEE/execute servlet to start TSM that in turn would run Integration Service in the background.
When using TAFC either run the TSA Service Starter either using debug or not.
Delivering Events
Once the INTEGRATION.SERVICE is started, the event delivery will begin with selecting the IF.EVENTS.INTERFACE.TABLE records and batching the events based on the
configuration before handover to the process subroutine. In process subroutine (IF.INTEGRATION.SERVICE), the events keys are identified to read the records from
the interface table before invoking CALLJEE to deliver the events out.
On successful delivery of Events, the EVENT.TIMESTAMP field of the Event record is updated with the timestamp. The fields DELVIERY.STATUS and STATUS.REASON
would get updated based on the result of event delivery. The field EVENT.DATA and OLD.EVENT.XML will not be populated with event XML from R18 onwards.