Categories
Technology

WSO2 ESB – How to track messages between mediation flows

Message Tracing   WSO2 ESB Services / APIs for Enterprise level applications, usually consume services deployed in other WSO2 products like DSS, BRS or use services deployed in some legacy or third party application in order to complete the service request. This means you have multiple endpoints configured and used, across different sequences encompassing the […]

Categories
Technology

WSO2 ESB – Disable Endpoint Suspension

WSO2 Endpoints An endpoint in simple terms is a URL (destination) that can be used by any WSO2 service which needs to send a message to that particular destination / API.  The endpoints can be configured for both external and internal services, peer services running inside the same ESB instance or from the host system.  […]

Categories
Technology

JDBC Mount setup for WSO2 Registry

All WSO2 products are shipped with a built-in registry, supported by the H2 Database packaged with the product. Though it’s sufficient for many applications, its not recommended for Enterprise integration applications and Production environments.   In our case the ESB registry is mounted with WSO2 Governance Registry (GREG). The below steps can be used to […]