Hi there
I'm very worried about this problem because I've tried so many things to solve it, with no success.
I'm trying to publish a hello world message from an ESP8266 to the RabbitMQ broker.
Yes, I've enabled the MQTT plugin, set the default user and password for it and also the port (1883).
From the ESP, I try to connect to the broker, but it returns an error and the value 4, which means (by the documentation) "
MQTT_CONNECT_BAD_CREDENTIALS - the username/password were rejected".
I'm sure it's everything fine with the ESP code because I can connect to other brokers, like Mosquitto, for example.
The rabbit server is running on Windows 10 and I can access the management page with no problems, from my PC and from the others on the same network.
It's the version 3.8.0 of Rabbit
Could anybody help me?