Hi
I was create flow for mqqt broker. Mqqt broker runing on win7 32bit machine. Mosquitto service is ok still runing and connected. But i can't recive an debug message or somone. What is my fault?
Best regards.
Hi
I was create flow for mqqt broker. Mqqt broker runing on win7 32bit machine. Mosquitto service is ok still runing and connected. But i can't recive an debug message or somone. What is my fault?
Best regards.
how you you configured the MQTT node?
what topic are you subscribing to?
what topic are you publishing data to?
Have you checked that you can receive the messages using a different client?
https://www.hivemq.com/blog/seven-best-mqtt-client-tools/
or tried replacing the specific topic with a MQTT wildcard?
Try in NR: /# (wildcard) for the topic, then you subscribed to everything, handy for debugging.
/# and # are different in MQTT
i recive debug message "Invalid topic specified" then put /# in topic line.
I think problem around virtualization or network. It's tired me
iotgateway/#
I tried , but still not working
so if you think it’s a network issue you need to try a different MQTT client on the SAME machine as Node-RED and try to subscribe to a topic.
If you can’t then it’s not a Node-RED issue
I was try this way for solution
Send message with MQTT.fx from broker machine to NR. I saw recive message debug.
Ran broker application on the simulation mode. Watched the log windowd. Was get "no suitable 32-bit JRE was configured or found"
Install java broker machine
Problem solved.
Thanks all! for support.