QBoard » Supporting Tech Stack » IOT » WSO2 Message Broker: Is it already possible to use MQTT?

WSO2 Message Broker: Is it already possible to use MQTT?

  • Currently I'm interested in building a (small?) Internet of Things project. During research I found WSO2, an open source platform. I decided to use it and searched for developed projects. I found one decent project!

    This project uses MQTT as communication protocol, Raspberry Pi<->Message Broker, and Message Broker<->Complex Event Manager.

    My questions are the following:

    1) Does the current version of the WSO2 Message Broker (v2.2.0) already support MQTT? Because I can't find documentation of this version supporting MQTT.

    2) According to some references the WSO2 Message Broker v3.x.x will support MQTT, is that correct and when will this version be released?

    3) Are there any other possibilities to use the WSO2 platform components in combination with the MQTT protocol?

    4) Are there any other documented Internet of Things projects that use the WSO2 platform?

      October 28, 2021 4:46 PM IST
    0
  • You could find more information on the WSO2 Message Broker architecture and capabilities through referring the article,

    http://wso2.com/library/articles/2015/10/article-using-wso2-message-broker-as-a-scalable-mqtt-broker/

    To answer to you questions,

    MQTT will be supported from broker 3.0.0 version. and currently in RC stage. This will be released soon.

    It provides seamless integration with other WSO2 products. i.e WSO2 CEP (Complex Event Processor), WSO2 ESB (Enterprise Service Bus).

      December 29, 2021 12:51 PM IST
    0
  • Until released, you can use the Beta version of WSO2 Message Broker 3.0.0 which supports MQTT to test out your project.

    WSO2 Message Broker 3.0.0 Beta

    The 2.2.0 version does not support MQTT.

    Furthermore, since all WSO2 products are based on OSGI concept, you can integrate any of features available from any WSO2 product.

    Installing Features via the UI

    But if you're looking some simple integration, try integrating WSO2 ESB with MB using MQTT.

    WSO2 ESB MQTT Inbound Protocol

      November 10, 2021 12:56 PM IST
    0