Two-way communication is optional in MQTT!
The MQTT is one of the most popular protocols in the Internet of Things domain. It facilitates message exchange between various parties of the IoT system. MQTT provides bi-directional communication between Devices or Applications and the MQTT Broker.
Bi-directional communication means that Devices can send and receive messages via the MQTT Broker.
On the contrary, one-way communication refers to Devices sending telemetry data without accepting incoming transmissions.
For security reasons, some customers request to protect Devices from external access and are concerned about using the MQTT protocol.