--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to the Google Groups
"MQTT" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to mqtt+uns...@googlegroups.com.
To post to this group, send email to mq...@googlegroups.com.
Visit this group at http://groups.google.com/group/mqtt.
For more options, visit https://groups.google.com/d/optout.
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6
3AU
Hello Nils,You might want to take a look at Fubar [1], a scalable, open-source MQTT broker written in Erlang.
Cheers/Bart
Hey Dave,--
thanks for your fast response. For the server side we want stick with OpenSource technology so, IBM MessageSight isn't option for us and it seems like there is no scalable reference implentation based on Ruby, Node.js or Python out there yet. We saw that HiveMQ posted some details about how to scale MQTT brokers, but nothing really about message persisting, etc.
On the client side, we can archive similar a effect with a combination of POST requests and EventSource connections (sleep & retry's). Scaling this kind of setup is well documented and we can keep our toolchain and use our knowledge in that domain. Our team knows that scaling an app is not a trivial task and doing it with an unmature/less documented technology seem risky.
We read that Facebook was using MQTT but other than this, the short blog article doesn't give any actionable details. We were hoping to find out more about how to Scale MQTT brokers for Chat application. It seems like even if we would use MQTT we had to build more infrastrucuture around message persistence and other features we want to support, and at the point the advantages with MQTT fading away compare to a classical HTTP setup.
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to the Google Groups "MQTT" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mqtt+unsubscribe@googlegroups.com.