Quick introduction to IAS Data Processors. Transport modes, transport drivers (SHM, IBM WebSphere MQ, Files, net, http(s)).
Business logic implementation.
Transaction support.
Data processors can be configured to act as:
Data transformation nodes, using PASCAL-like script language,
Gateways and bridges (e.g. HTTP/JSON and Queues/XML),
SQL Database interfaces using the data mapping script extension.
You can configure and use the Data Processors as single threaded programs but you can define many logic implementations and run them in parallel as threads.
You can choose the transaction support from the three available modes: auto-commit, single phase (independent) commits, distributed two phase commit with XA when the supported coordination software is used.
And last but not least, one can find the Data Processors as a very helpful command line admin's tool.