masstransit vs mqtt

物联网理论上是mqtt比较合适,

MQTTnet和HiveMq能比较好处理,但由于设备端接入的协议为客制化,所以MQTT也没有优先性,通过一层netty转换后,变为全服务端的事情了,用Masstransit,总线型式传递也合理。

GitHub - dotnet/MQTTnet: MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

HiveMQ - Enterprise ready MQTT to move your IoT data

 MQTT - The Standard for IoT Messaging

https://masstransit.io/documentation/configuration/topology/message 

你可能感兴趣的:(rabbitMQ,mqtt,架构)