Apache Axis2's local transport implementation is used to make fast, in-VM service calls and transfer data within proxy services. The transport does not have a receiver implementation. The following class implements the sender API:
org.apache.axis2.transport.local.NonBlockingLocalTransportSender
Info | ||
---|---|---|
| ||
To use this transport, configure an endpoints with the |
Configuring the Local Transport
By default, WSO2 ESB provides products provide CarbonLocalTransportSender and CarbonLocalTransportReceiver, which are used for internal communication among Carbon components and are not suitable for ESB service invocation. To enable the local transport for service invocation, follow these steps.
1. In the carbon.xml file at location <ESB<PRODUCT_HOME>/repository/conf, an endpoint is available as follows by default.
...
For more information about transports, see Working with Transports .