rabbitmq / rabbitmq-web-mqtt

Provides support for MQTT over WebSockets
Other
55 stars 16 forks source link

Unable to connect to rabbitmq-web-mqtt over port 15675 #16

Closed Son-Lam closed 7 years ago

Son-Lam commented 7 years ago

Hello,

I was able to download 3.6.x version and enable the plugin. But I am not able to connect to it using MQTT-SPY. Using netstat -na |grep 15675 I can see the server is listening to the port. But MQTT-SPY cannot connect to it.

Could you help how to troubleshoot the connection issue.

Also could you let me know if the path is "/ws" or "/mqtt".

Best Regards,

michaelklishin commented 7 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.

michaelklishin commented 7 years ago

Please do include server logs when you post to rabbitmq-users. It is impossible to help you with the amount of information provided.

sureshkorlapati commented 7 years ago

I am facing the same issue, did you find a solution to the problem