I want to use activemq to be an IOT message transport server which using mqtt protocol.
Is it possible? there must be many connections (stand-alone one million or more),but per message package is small( simple json command) and no need for persistence(maybe code a plugin to log commands in Hbase) so i configure like this ? <transportConnectorname="mqtt+nio"uri="mqtt+nio+ssl://m2mserver:1883?maximumConnections=1000000&amp;wireFormat.maxFrameSize=102400""/> then use master-slave(in zookeeper) & broker-cluster model will work? -- View this message in context: http://activemq.2283324.n4.nabble.com/To-be-IOT-mqtt-middleware-server-tp4714037.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.