Data Transformation Engine Intelligent Business Integration Reference Guide

Chapter 3 - Methods of Execution Event-Driven Execution Model
Intelligent Business Integration Reference Guide
49
Event Agent Operation
The following is an example of how the Event Agent, HTTP adapter, and the Event
Server work together to process HTTP requests:
The processing sequence in this example is as follows:
1 When the Event Server is started, Map A, which is expecting an HTTP request
as input, sends an HTTP request to the Event Agent via the HTTP adapter. The
HTTP adapter registers the URL that identifies the requests it can receive from
the Event Agent.
2 An HTTP request is received by the Event Agent, which then looks for an
adapter that is registered to handle the request type.
3 The request is then forwarded to the HTTP adapter, which previously registered
the URL. The HTTP forwards the request to the map, assigning a unique
session ID for that session.