MQTT extension best usage
Hi All,
In https://www.ptc.com/en/support/article/CS246701, we can find this advice:
"if you are going to have a large number of MQTT devices, you may want to use the MQTTConnection / MQTTSubscriber entities instead."
My question is: May i use only 1 instance of MQTTConnection and many instances of MQTTSubscribers or as many MQTTConnection as MQTTSubscribers ?
(I will have several thousand things that should communicate through mqtt)

