Live data from Hacker News

VerneMQ – An Erlang powered MQTT message broker for the IoT

verne.mq

11–14 of 14 posts

Re: VerneMQ – An Erlang powered MQTT message broker for the IoT

#11
Thanks for sharing. Looked over the code, looks solid, and very well organized.

Perhaps would like to see some benchmarks and comparisons with other brokers (including RabbitMQ plugin).

In general with MQTT I was always wondering about its QoS level 2 -- "Once and one once delivery". How well does that work with distributed systems. That would seem a bit hard to implement. (I can see at least once, at most once. Exactly once would be tricky. Thinking about network partitions, disconnects and other such distributed systems shenanigans).

Re: VerneMQ – An Erlang powered MQTT message broker for the IoT

#12
post #6

I still wonder if MQTT really has the right tradeoffs compared to AMQP, especially as you try to scale things beyond hello world. http://www.slideshare.net/paolopat/mqtt-iot-protocols-compar... http://www.iotprimer.com/2013/11/iot-protocol-wars-mqtt-vs-c... http://blogs.vmware.com/vfabric/2013/02/choosing-your-messag...

Is anyone using AMQP in a public API?

Re: VerneMQ – An Erlang powered MQTT message broker for the IoT

#13
post #12
post #6

I still wonder if MQTT really has the right tradeoffs compared to AMQP, especially as you try to scale things beyond hello world. http://www.slideshare.net/paolopat/mqtt-iot-protocols-compar... http://www.iotprimer.com/2013/11/iot-protocol-wars-mqtt-vs-c... http://blogs.vmware.com/vfabric/2013/02/choosing-your-messag...

Is anyone using AMQP in a public API?

Zebra Technologies' Zatar[1] platform use AMQP for the communication between the devices and the server.

I don't know if this is what you meant with "public API".

[1] http://zatar.com

Re: VerneMQ – An Erlang powered MQTT message broker for the IoT

#14
post #12

Earlier quoted context omitted.

Is anyone using AMQP in a public API?

Zebra Technologies' Zatar[1] platform use AMQP for the communication between the devices and the server. I don't know if this is what you meant with "public API". [1] http://zatar.com

zatar.com talks of CoAP but I don't see AMQP mentioned.
Post reply on HN