android - RabbitMqtt not listening to 1883 port -


i want use rabbitmqtt , programming client android.but in android code have mqttexception line of code mqttclient.connect(generateclientid(), cleanstart, keepaliveseconds); when cause of exception, return error:

java.net.connectexception: failed connect /192.168.0.86 (port 1883) after 1200000ms: isconnected failed: econnrefused (connection refused) 

i guessed problem comes perhaps rabbitmqtt broker not listen port 1883. rabbitmqtt running , performed server can't see port name of 1883 in resource monitor. please me


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -