The Call mediator is used to send messages out of the ESB to an endpoint.
...
Info |
---|
The Call mediator is a content-unaware mediator. |
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Set up
Enabling mutual SSL in the blocking mode
When using the Call mediator in the the blocking mode mode (blocking=true), enable the mediator to handle mutual SSL by adding the following JVM settings to the <ESB_HOME>/bin/wso2server.sh
file:
Code Block |
---|
-Djavax.net.ssl.keyStore="$CARBON_HOME/repository/resources/security/wso2carbon.jks" \ -Djavax.net.ssl.keyStorePassword="wso2carbon" \ -Djavax.net.ssl.keyPassword="wso2carbon" \ |
...
Syntax
Code Block | ||||
---|---|---|---|---|
| ||||
<call/> |
If the message is to be sent to one or more endpoints, use the following syntax:
...