WSO2 Message Broker allows us to easily create as many queues as we need for our services. As you may remember from the first chapter, you can start up all components automatically, or you can just start the required components, which are WSO2 EI and WSO2 Message Broker in this case. As shown in chapter 1, Getting Started with SOA and WSO2, we follow these steps to start WSO2 Message Broker:
- From command prompt (Windows) or shell (Linux/Mac), go to the <EI_HOME>/wso2/ broker/bin directory.
- Type the following command:
- On Linux or Mac OS: sh wso2server.sh
- On Windows: wso2server.bat
By default, we will find WSO2 MB Management Console in port 9446.
We can create two different message queues in WSO2 Message Broker depending on the messaging pattern we are using. For the point-to-point channel messaging pattern (http://www.enterpriseintegrationpatterns...