Posted: Mon Sep 29, 2014 5:35 am Post subject: MQ vs MQTT topics
Disciple
Joined: 22 Jan 2014 Posts: 164
hi,
with regards to MQ topics, we can create them using
Code:
define topic(...) topicstr(...)
however, what about MQTT topics? Can a MQTT client publish/subscribe a topic on the fly with the client application without the topic being defined first in MQ topics tree.
Yes, an MQTT application can publish or subscribe to any topic it wants to.
Yes, an MQ application can publish or subscribe to any topic it wants to.
Yes, you can create TOPIC objects to provide points of control over the topic tree, to add security to ensure that only the right applications can publish or subscribe to the right topics.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum