I have a need to communicate with a large number of IoT devices using MQTT.
What would be the MicroProfile approach for communicating with the broker - MP Reactive Messaging with some kind of connector/resource-adapter? Would there be a separate channel for each topic, or would the topic be provided as payload metadata in the message?
Ron McLeod wrote:I have a need to communicate with a large number of IoT devices using MQTT.
What would be the MicroProfile approach for communicating with the broker - MP Reactive Messaging with some kind of connector/resource-adapter? Would there be a separate channel for each topic, or would the topic be provided as payload metadata in the message?