我想使用rabbitMqtt,我通过android编程我的客户端。但是在android代码中我对这行代码mqttClient.connect(generateClientId(), cleanStart, keepAliveSeconds);
有MqttException
当我得到此异常的原因时,返回此错误:
java.net.ConnectException: failed to connect to /192.168.0.86 (port 1883) after 1200000ms: isConnected failed: ECONNREFUSED (Connection refused)
我猜这个问题来自于我的RabbitMqtt经纪人可能没有收听端口1883.我的rabbitMqtt正在运行,我执行了服务器,但我在资源监视器中看不到任何名称为1883的端口。请帮帮我