Monday, March 6, 2023

WSO2 Enterprise Integration (EBS)

 WSO2 Enterprise Integration/EBS
Example
if we have mutiple kind of type of application, and they need to communicate with each other.
we can user WSO2 EBS, so developer resposiblity to send his/her msg to EBS platform, after wso2 will forward it to endpoint.

Functional Components

* message Entry points
* message Processors
* message Exit Points


 

 Message Entry points
1. Proxy Service - Enables exposing Web services(basically SOAP/XML type of serices)
2. API - Enable exposing REST endpoints
3. Inbound Endpoints - Provide polling and listening capabilities.



Message Processors

1. Mediator - Building block of integration flows in Enterprise Integrator. Each performs a particular functionality. Ex.OAuth token introspection, Logging

2. Sequence - A group of mediators defined in a specific order to process messages.

Message Exit Points -

Outbound Endpoints - Components that represent a backend service endpoint
 

No comments:

Post a Comment