100% found this document useful (1 vote)
341 views4 pages

Integration Framework

The document discusses different methods for integrating applications and systems. It describes integrating systems using asynchronous messaging where applications share messages through an enterprise bus. This approach allows applications to work together in a decoupled manner without needing to be available at the same time. Various types of integration are also outlined such as master data integration, value chain integration, and integrating financial events through middleware like an enterprise service bus. Finally, it discusses how T24 handles integration through an events interface table where events are written and then pulled or pushed out through adapters to external systems.

Uploaded by

Prachi Saxena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
341 views4 pages

Integration Framework

The document discusses different methods for integrating applications and systems. It describes integrating systems using asynchronous messaging where applications share messages through an enterprise bus. This approach allows applications to work together in a decoupled manner without needing to be available at the same time. Various types of integration are also outlined such as master data integration, value chain integration, and integrating financial events through middleware like an enterprise service bus. Finally, it discusses how T24 handles integration through an events interface table where events are written and then pulled or pushed out through adapters to external systems.

Uploaded by

Prachi Saxena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Integration

Integration involves communication between two resourcse managers or servers , as


opposed to interaction which involves communication between a user agent and a resource
agent.
RPC’s integrate system following the below issues
Point to point integration with tight coupling
Rather flaky in nature
How to integrate ? Application can be integrated using asynchronous message . each
application shares message via enterprise bus.one or more application retrieve this message
from the bus . this approach does not req. both system to be up and ready at the same time.
The message bus allow application to work together in a decoupled fashion such that
application can be easily removed or added.

Principle Architecture works by applying constrains that simplify the env.

Type of Integration
Master Data Integration – Master data usually applies to entities like
customer, client, product and internal reference data in an enterprise. If we
consider T24 part of system along with systems such as Triple A plus, treasury
holder them T24 hold this master information this information is then shared,
then propagated to the other system in the enterprise.
Value chain integration – set of activities performed in order to deliver a
valuable product or service for the market. For eg – we could consider an order
to put through a forex spot deal generated by a front office system, which is
then validated by middle office with final execution by back office.for temenos
this front office operation could be performed by triple A plus while T24
provides the back office support.

Financial event side effects –


Middleware – a financial event result in a single message which is put into a
service bus. The service bus then routes information of this event to the
subsystems. It may also transform the message to conform to a standard
acceptable to the subsystem.use a service bus for routing and transformation.
The T24 Event Table – T24 uses message style integration. Transaction is
triggered in T24 due to OFS. During this course of transaction the application
writes banking data to the database. An integration hook passes information
regarding the event to the integration framework. The framework then writes
event data into an event table. All this occurs within the same transaction
block eliminating race conditions, ensure transnationality of data.
Setting up the hook and framing the message can be done using the event
design tool and integration framework specify details :
Where or which application , version, service component
What is the structure of the message to be generated
When at which point in the business transaction that the event has to be
generated.

Runtime the data from the events interface table can be pulled or pushed out. ESB could
use a custom adapter to poll or pull data from events interface table. Temenos provide
adaptors for ESBs such as Biztalk, Fiorano, IBM integration bus, Tibco ESB and oracle bus
service. Tools within ESB are able to use the EMD mechanism supported by the adapters to
discover T24 event and metadata service.
Where enterprise bus service is not available, a T24 service can be used to push the event
data out into JMS complaint queue.
Retrieving the message from the events interface table is the second transaction which is
independent from the 1st trans.where data is actually posted into the table.

Adapter Message Formats

You might also like