# in the first terminal mosquitto_sub -v -t '#' # in the second terminal mosquitto_pub -t linux/magazine -m "Hello world" # with Retain Flag mosquitto_pub -r -t linux/magazine -m "Hello World"