top | item 14416223

(no title)

benjamincburns | 8 years ago

Nice work! I'd be curious to see a comparison w/ RabbitMQ's MQTT extension. By any chance have you done such a comparison? Also I assume the comparisons are done at QOS level 0?

discuss

order

alexhultman|8 years ago

I have in fact tested RabbitMQ but it was not at all impressive. The two fastest brokers I have found are emqtt and Mosquitto, both good at either large or small broadcasts but not both.

Edit: yes they are qos 0 (just like Redis)

merb|8 years ago

isn't the big + of rabbitmq that it can be configured HA, while the others can't?