WSO2 MB use to have an scalable mqtt broker
now replaced by WSO2 EI 6.1.1. It is not clear to me when the broker must be provided or it is running inside the product. While some doc seems to imply the broker is already there, some other examples ask for a mosquito or wso2 mb (now unavailable) separate instalation.
https://docs.wso2.com/display/EI611/Sample+906%3A+Inbound+Endpoint+MQTT+Protocol+Sample
A simple test with a mqtt client shows that, after normal EI installation and run, there is no mqtt broker running in the configured params, 127.0.0:1883.
<mqtt enabled="true">
<bindAddress>0.0.0.0</bindAddress>
<defaultConnection enabled="true" port="1883" />
Should I install a separate mqtt broker? or there is a way to run the already existent broker in the legacy MB? Thanks!