--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to a topic in the Google Groups "MQTT" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mqtt/sFjCBovLavw/unsubscribe.
To unsubscribe from this group and all its topics, 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.
You never said if your connections require SSL/TLS or not. That makes a huge difference in the max number of connections as well as the CPU and memory requirements of the broker. You may also get better scalability at QoS 0 or QoS 1. I'm not sure why you feel you need QoS 2 for a chat app.
--
Hi,
There's also https://www.mail-archive.com/mosquit...@lists.launchpad.net/msg00115.html
Crude, but reckons ~10kB per mqtt connection as a start.
Cheers,
Roger
--
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.
Also, Nguyen, did you have any luck ? We are currently using socket.io and node.js for chat but were contemplating moving to mqtt and were interested in this question as well
I read the article from the beginning of our research but since mosca didn't have QoS 2 support then we go with other approach. Basically we follow design from it and able to run with ActiveMQ - acceptable performance.
Not related to MQTT, but currently trying this: http://actor.im (akka and custom built protocol, plus great apps). Maybe you will interested in that too.
Nguyen, Was reading this article but havent even gotten close to trying it. https://medium.com/@lelylan/how-to-build-an-high-availability-mqtt-cluster-for-the-internet-of-things-8011a06bd000#.l1fkgyrf3
Also, Nguyen, did you have any luck ? We are currently using socket.io and node.js for chat but were contemplating moving to mqtt and were interested in this question as well
--
To learn more about MQTT please visit http://mqtt.org
---
You received this message because you are subscribed to a topic in the Google Groups "MQTT" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mqtt/sFjCBovLavw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mqtt+uns...@googlegroups.com.
To post to this group, send email to mq...@googlegroups.com.
Visit this group at https://groups.google.com/group/mqtt.
From Its web page:
What is VerneMQ?
VerneMQ is a high-performance, distributed MQTT message broker. It scales horizontally and vertically on commodity hardware to support a high number of concurrent publishers and consumers while maintaining low latency and fault tolerance.