adspace


What are Subscribers and Publishers in MQTT?

Answer Posted / Sudhir Kumar Yadav

In MQTT (Message Queuing Telemetry Transport), a Subscriber is an entity that subscribes to one or more topics to receive messages, while a Publisher is an entity that publishes or sends messages to specific topics. A message can be sent by a Publisher and received by multiple Subscribers who have subscribed to the same topic.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a query to insert bulk data to mongodb.

71