WSO2 Enterprise Integrator + WSO2 Message Broker

182 views Asked by At

I need to deploy the message broker. However is not clear if I must have the ESB profile running too. I'm following this guide https://dzone.com/articles/wso2-enterprise-integrator-with-a-message-broker-p and it seems that ESB profile is needed. Is it correct? What's the point in running ESB profile alongside the MB profile? thanks

1

There are 1 answers

7
plr On

If you only need message broker you only need to start MB profile. documentation

To start the MB profile: Open a terminal, navigate to the /bin directory where all the startup scripts are stored and run the startup script:

On Windows: broker.bat

On Linux: sh broker.sh

The document you referred explains how to integrate message broker and ESB. You don't have to start ESB profile unless it's applicable for your use-case.