This documentation is for WSO2 ESB version 4.5.1. View documentation for the latest release.

Configuring Transports

Transport configurations are saved in the embedded registry and are loaded from there. 

Note

WSO2 Carbon also supports the traditional the axis2.xml file based transport configuration model.

You can override the transport configurations in the registry by specifying the relevant configurations in the CARBON_HOME/conf/axis2.xml file. In other words, transport configuration details given in the axis2.xml file gets priority over the transport configuration details saved in the registry. Keep in mind that any changes to axis2.xml file require a server restart to take effect.

Tip

You can configure only enabled transports.

Follow the instructions below to configure transports.

1. Sign in. Enter your user name and password to log on to the ESB Management Console.

2. Click the "Configure" button to access the "Configure" menu.



3. In the "Configure" menu of "ESB Management Console," click on "Transports" to access "Transport Management."

4. The "Transport Management" page lists the available transport listeners and senders. From here, you can enable, disable and configure transport listeners and senders separately, without having to restart the server (see also Enabling and Disabling Transports).

5. Click on the "Configure" link of a certain transport listener/sender.

6. You will be taken to a page, where you can #add and #edit transport parameters.

7. Once you are satisfied with the configuration, click on the "Update" button to save the changes. The updated settings will take effect immediately and the corresponding transport listener or sender will be restarted.

Adding Transport Parameters

1. Enter the parameter's name.

2. Click on the "Add" button.

3. Edit parameter's value.

Editing Transport Parameters

You can edit the parameter's value right in the textarea.

See the detailed information about transports in WSO2 Carbon Transports.