0% found this document useful (0 votes)
112 views

Exposes Peoplesoft Business Logic As Web Services To Peoplesoft and Third-Party Systems

Integration Broker is middleware that enables synchronous and asynchronous messaging between internal and external systems. It exposes PeopleSoft business logic as web services. The Integration Broker consists of an Integration Gateway and an Integration Engine. The Integration Gateway resides in the web server and manages message receipt and delivery. The Integration Engine runs on the application server and communicates with other systems by sending and receiving messages through Integration Gateways. Key components of Integration Broker include Gateways, Domains, Nodes, Messages, Queues, Routings, Handlers, and Service Handlers which define how messages move between systems.

Uploaded by

Anushiya Devi
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
0% found this document useful (0 votes)
112 views

Exposes Peoplesoft Business Logic As Web Services To Peoplesoft and Third-Party Systems

Integration Broker is middleware that enables synchronous and asynchronous messaging between internal and external systems. It exposes PeopleSoft business logic as web services. The Integration Broker consists of an Integration Gateway and an Integration Engine. The Integration Gateway resides in the web server and manages message receipt and delivery. The Integration Engine runs on the application server and communicates with other systems by sending and receiving messages through Integration Gateways. Key components of Integration Broker include Gateways, Domains, Nodes, Messages, Queues, Routings, Handlers, and Service Handlers which define how messages move between systems.

Uploaded by

Anushiya Devi
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/ 2

Integration Broker

Integration Broker is a middleware technology that performs


1.Sychronous and Asynchronous messaging among internal systems and third party
systems.

2. Exposes PeopleSoft business logic as web services to PeopleSoft and third-party systems.

PeopleSoft Integration Broker consists of two subsystems


1. Integration gateway - Resides inside webserver
2.Integration engine - Resides on Application server

Integration Gateway
The integration gateway is a platform that manages the receipt and delivery of messages passed among systems
through PeopleSoft Integration Broker.
Integration Engine
The integration engine runs on the PeopleSoft application server. Rather than communicating directly with other
applications, the integration engine sends and receives messages through one or more separately installed
integration gateways

COMMON TERMINOLOGIES IN IB
Gateway: Pathway between the systems
Domain: Refers to the Peoplesoft App server tuxedo domain for pub/sub servives
Nodes : Defines a message belongs to which application
Messages: Define the structure of xml sent between nodes
Queues: to manage and group messages so that all messages are sent through the
multiple pipes. Queues are used for administration of integration broker to avoid stopping
everything when something is wrong
Routings:
Linking service operations to the node.

Handlers:
Contain code and logic for sending/receiving/manipulating messages.

Service Handlers:
Bring together messages, queues, handlers and routings. They essentially define how the
message moves between systems.

You might also like