Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] [m2m-iwg] Reference Implementation: MQTT Server in Java?

Both are great - the more implementations that work and interoperate, the better!

My understanding is that neither the Apollo implementation nor the backported version in ActiveMQ support bridging with other brokers like RSMB - and I've not played enough to know whether it supports dynamic topic creation, which I know is a limitation of the NirvanaMQ / myChannels implementation of MQTT. These are also obviously also multi-protocol products whereas mosquitto and RSMB "just" deliver simple, lightweight MQTT implementations.

I didn't think moquette was complete the last time I took a look at it.

I think if we want another broker, one as part of Paho, we should consider making it a solid reference implementation of the base protocol (plus the RSMB extensions to do the bridging, which apparently are not documented as part of the spec itself). 

If either of the others you've mentioned could be refactored in that direction and were in a position to be added to Eclipse then I'm sure we'd want to discuss that. I suspect the ActiveMQ options are not in that category due to the Apache license, but I'm personally really happy to see more implementations to give users more choice.

Andy

On Sun, May 27, 2012 at 12:46 PM, Nicolas DEVERGE <ndeverge@xxxxxxxx> wrote:
After some digging around it seems that there are some emerging solutions (thanks to @kartben for the info):
What do you guys think of these projects ?

On Fri, May 25, 2012 at 8:28 AM, Nicolas DEVERGE <ndeverge@xxxxxxxx> wrote:
Hi,

Feel free to comment / update / delete / add / whateveryouwant :)

I also add it under the "Project resources" of the Paho main page, but I don't think that is the right place...

Regards,
Nico


On Fri, May 25, 2012 at 12:45 AM, andypiperuk@xxxxxxxxx <andypiperuk@xxxxxxxxx> wrote:
Agreed - please feel free to use the Eclipse Paho wiki for this discussion / design. I'm sure a lot of people would be keen to collaborate.

One slight challenge is the lack of a clear and certified spec for MQTT itself - new details such as extensions added for bridging, expected behaviour over dynamic topic creation, some clarifications around the published spec etc. have recently emerged via the mqtt Google Group, so you may want to take a look there too for additional background (these details have usually been added to the mqtt.org wiki as specification clarifications).

A clear, open reference implementation for a broker would be a very good thing indeed! :-) mosquitto is a good example, of course.


On Thu, May 24, 2012 at 11:05 PM, Ian Skerrett <ian.skerrett@xxxxxxxxxxx> wrote:
Feel free to do this on the Eclipse wiki.  I think it would be great to have this as part of Paho or its own Eclipse project.

Ian



On 5/24/2012 3:20 PM, Nicolas DEVERGE wrote:
Great !

I'll try to setup a wiki page or something in order to share some ideas.



On Thu, May 24, 2012 at 4:29 PM, Raymond Auge <raymond.auge@xxxxxxxxxxx> wrote:
On Thu, May 24, 2012 at 10:02 AM, Nicolas DEVERGE <ndeverge@xxxxxxxx> wrote:

What I have in mind is something ligth and dedicated to MQTT, open source, embedable and two connectors : raw socket and websocket.

What do you guys think of such idea ?


I think this is absolutely wonderful idea. I would be willing to help as much as my very limited time would allow.


--
Raymond Augé  | Senior Software Architect | Liferay, Inc. 

---

8-9 October 2012 | Liferay North America Symposium | liferay.com/northamerica2012

16-17 October 2012 | Liferay Europe Symposium | liferay.com/europe2012

24-25 October 2012 | Liferay Spain Symposium | liferay.com/spain2012



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev




_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Skerrett
VP of Marketing and Ecosystem
Eclipse Foundation
Tel: 613-224-9461 ext 227
Blog: ianskerrett.wordpress.com
Twitter: IanSkerrett

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev




--
Andy Piper | Farnborough, Hampshire (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev




_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev




--
Andy Piper | Farnborough, Hampshire (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper

Back to the top