Bug 420898 - [providers][MQTT] Create MQTT broker container
Summary: [providers][MQTT] Create MQTT broker container
Status: NEW
Alias: None
Product: ECF
Classification: RT
Component: ecf.providers (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2013-11-01 13:31 EDT by Scott Lewis CLA
Modified: 2015-07-24 20:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lewis CLA 2013-11-01 13:31:15 EDT
MQTT is a messaging protocol [1].  ECF has another enhancement to create client (and possibly server) providers on bug 420896.

It would also be useful to have an ECF container that exposes access to an mqtt broker.

Note there was a discussion [2] about Paho providing a Java-based broker (they do not have that currently), that could be used to implement this enhancement.

In the short term, there is also the possibility of using ActiveMQ's MQTT broker to implement this enhancement, as we already have an ActiveMQ provider [3].


[1] http://mqtt.org/
[2] http://dev.eclipse.org/mhonarc/lists/paho-dev/msg00936.html
[3] https://github.com/ECF/JMS
Comment 1 Scott Lewis CLA 2014-02-14 15:07:11 EST
this is an enhancement