Computer Science, asked by elanok073, 1 year ago

Which of the following controls the publish-subscribe messaging pattern in MQTT.
a. MQTT broker
b. MQTT client
c. MQTT server
d. None of these

Answers

Answered by shail193
16

MQTT broker... option a

Answered by topanswers
0

Publish–subscribe: A messaging pattern where publishers don't send the messages directly to the subscribers.

They configure in such a way that it categorizes published messages into classes.

These classes are used by the subscribers.

This is not known to the subscribers.

It decouples the sender and the receiver.

MQTT broker: The clients connect and communicate with a server called as the broker.

The broker provides the messaging patterns required for communication between the client and the server in the publish subscribe system.

Hence, (a) MQTT broker is the answer.

Similar questions