This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Upgrading from WSO2 Message Broker
This page walks you through the process of upgrading to WSO2 Enterprise Integrator (WSO2 EI) 6.0.0 from WSO2 Message Broker (WSO2 MB) 3.1.0.
If you are upgrading from a version older than WSO2 MB 3.1.0, you will need to first upgrade to WSO2 MB 3.1.0 and then upgrade to WSO2 EI 6.0.0.
- For information on the default ports in WSO2 EI runtimes, see Default ports of WSO2 EI.
- The distribution folder structure has changed from WSO2 MB 3.1.0 to WSO2 EI 6.0.0. The changes in the folder structure for directory locations of the configuration related files are as follows:
Enterprise Service Bus 5.0.0 | Enterprise Integrator 6.0.0 |
---|---|
<MB_HOME>/repository/conf | <EI_HOME>/wso2/broker/conf |
<MB_HOME>/repository/conf/axis2 | <EI_HOME>/wso2/broker/conf/axis2 |
<MB_HOME>/repository/conf/datasources | <EI_HOME>/wso2/broker/conf/datasources |
<MB_HOME>/repository/components/dropins | <EI_HOME>/dropins |
<MB_HOME>/repository/components/extensions | <EI_HOME>/extensions |
<MB_HOME>/repository/components/lib | <EI_HOME>/lib |
<MB_HOME>/repository/components/patches | <EI_HOME>/patches |
Ensure to stop the publishers that are connected to WSO2 MB 3.1.0 before the commencing the migration process.
Â
Migrating the database
When upgrading to WSO2 EI 6.0.0, you can use the same database you used for WSO2 MB 3.1.0. Follow the steps below to configure WSO2 EI 6.0.0 database to connect to WSO2 MB 3.1.0 database:
- Copy database connector .jar files fromÂ
<MB_HOME>/repository/components/libÂ
toÂ<EI_HOME>/lib
 directory. - Go toÂ
<DSS_HOME>/repository/conf/datasources
 directory and copy themaster-datasources.xml
file and Âmetrics-datasources.xml file
 toÂ<EI_HOME>/conf/datasources
 directory. This will upgrade the database configuration in WSO2 EI 6.0.0. Go to theÂ
<EI_HOME>/conf
 directory and update the datasource references in theÂuser-Âmgt.xml
 andÂregistry.xml
 files to match the updated configurations in theÂmasterÂ-datasources.xml
 file.
Migrating configuration files
Check for any configurations that were done for WSO2 MB 3.1.0 based on your solution and update the following configuration files in EI 6.0.0Â accordingly:
broker.xml
metrics.xml
metrics-properties.xml
messaging-event-broker.xml
Configuring the JMS client
To be able to connect the queues, topics and durable topic subscribers in EI-Broker, change the AMQP transport port of the JMS client as 5675.
Starting the server
Once you have completed the migration, you can start the WSO2 EI runtime. For details see Running the Product.