This tutorial will get you started with Point-to-Point messaging using Queues in the Message Broker profile (MB profile) of WSO2 Enterprise Integrator (WSO2 EI).
...
Follow the steps given below to download and start the MB profile of WSO2 EI.
- Download WSO2 EI the product installer from here, and run the installer.
- Extract the ZIP file to a location on your computer. This location will be referred to as
<EI_HOME>
from hereon. - To start the MB profile: Open a terminal, navigate to the
<EI_HOME>/bin
directory where all the startup scripts are stored and run the startup script: - On Windows:
broker.bat
On Linux: Start the Message Broker profile:
Panel borderColor #542989 bgColor #ffffff borderWidth 1 Localtabgroup Localtab active true title On MacOS/Linux/CentOS Open a terminal and execute the following command:
Code Block wso2ei-6.3.0-broker
Localtab title On Windows Go to Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.3.0 Broker. This will open a terminal and start the Message Broker profile. The URL of the management console will be printed in the terminal as follows: https://localhost:9446/carbon/
sh broker.sh
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...