Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Paho/Paho MQTT Broker

< Paho
Revision as of 02:25, 25 May 2012 by Ndeverge.ekito.fr (Talk | contribs) (New page: ''Disclaimer: This project/idea is actually at the draft state.'' == Context == According to several discussions of the Paho mailing list [http://dev.eclipse.org/mhonarc/lists/paho-dev/m...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Disclaimer: This project/idea is actually at the draft state.

Context

According to several discussions of the Paho mailing list (1)(2), it seems there a need for a Reference Implementation of a MQTT Broker, and also a need for a lightweight, embeddable and open sourced MQTT Broker running on the JVM.

The main goals are:

  • Write a specification of a MQTT Broker
  • Deliver a Reference Implementation

Key features of the MQTT Broker

Main features

The Minimum Viable Product (MVP) consists in:

  • Lightweight
  • Fully dedicated to MQTT
  • Embeddable
  • Running on the JVM

Other features

  • Bridging
  • Websocket connector
  • Monitoring

Back to the top