...
org.apache.axis2.transport.local.NonBlockingLocalTransportSender
Note that if : If you need to use local transport with callout mediator, you do not need to perform configuration mentioned in this section as callout mediator requires blocking local transport which is configured by default in WSO2 ESB distribution.
To use this transport, configure an endpoint with the local://
prefix. For example, to make an in-VM call to the HelloService, use local://HelloService
. Note that the local transport cannot be used to send REST API calls, which require the HTTP/S transports.
...