Thank you what if I want to subscribe to all topic? Is the following correct? or I need to quote # or I still need a /topic/#?
docker run hivemq/mqtt-cli sub -t # -h xx.xx.xx.xx -u TYPE_YOUR_USERNAME -pw TYPE_YOUR_PASSWORD
It’s correct! If you’re looking to dive into the topic and understand it better, a great starting point would be our “MQTT Essentials” series. It provides comprehensive insights into MQTT and can help lay a strong foundation for you.