tuanhiep / mqttjmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
86 stars 56 forks source link

Question about compilation and installation of the plugin #2

Open ChristopherT1986 opened 10 years ago

ChristopherT1986 commented 10 years ago

Hallo @tuanhiep I would like to thank you very much for the effort taken to deliver this plugin. I would like to use it for performance measurements of diffrent MQTT brokers as the Jmeter is well known for me.

And here I have question/problem: I have get java.net.ConnectException: Connection refused. I have tried to remove obstackles as firewalls (iptables), hosts tables are also ok- mosquitto pub/sub is working just fine. I am using as written by you in the doc tcp://localhost:1883 and all of the combinations possible of it -none of them work.

I have tried to compile both windows 7 and linux ubuntu lts 14.04

Best regards Christopher