Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

  1. Download WSO2 EI the product installer from here, and run the installer.
  2. Extract the ZIP file to a location on your computer. This location will be referred to as <EI_HOME> from hereon.
  3. 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:
  4. On Windows: broker.bat
  5. On Linux: sh broker.sh
    Insert excerpt
    Installing the Product
    Installing the Product
    nopaneltrue
  6. Start the Message Broker profile:

    Panel
    borderColor#542989
    bgColor#ffffff
    borderWidth1
    Localtabgroup
    Localtab
    activetrue
    titleOn MacOS/Linux/CentOS

    Open a terminal and execute the following command:

    Code Block
    wso2ei-6.3.0-broker
    Localtab
    titleOn Windows
    Go to Start Menu -> Programs -> WSO2 -> Enterprise Integrator 6.3.0 Broker. This will open a terminal and start the Message Broker profile.
  7. The URL of the management console will be printed in the terminal as follows: https://localhost:9446/carbon/

...