tuanhiep / mqttjmeter

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

Question on how to use MQTT plugin #3

Open rachelyesharim opened 10 years ago

rachelyesharim commented 10 years ago

After successfully installing the plugin, I've configured both a Publisher and Subscriber samplers. Running both samplers does nothing.... not getting any response / error. Any advice?

tuanhiep commented 10 years ago

Hello,

You should install a server MQTT too, like : mosquitto ore activemq, jorammq. Run the server and you'll get the result.

Best Regard,

TRAN Tuan Hiep

Ensimag 2014

http://trantuanhiep.fr/

2014-07-17 10:31 GMT+02:00 Rachel Yesharim notifications@github.com:

After successfully installing the plugin, I've configured both a Publisher and Subscriber samplers. Running both samplers does nothing.... not getting any response / error. Any advice?

— Reply to this email directly or view it on GitHub https://github.com/tuanhiep/mqtt-jmeter/issues/3.

rachelyesharim commented 10 years ago

Thank you very much for the quick response! I've installed mosquitto from - http://mosquitto.org/download/ and executed mosquitto.exe Still getting the same behavior... any advise? Do I need to configure the plugin to use it?

tuanhiep commented 10 years ago

you configure the plugin like my instructions;

destination: tcp://localhost:1883

you can get mosquitto directly from ubuntu repository.

TRAN Tuan Hiep

Ensimag 2014

http://trantuanhiep.fr/

2014-07-17 11:08 GMT+02:00 Rachel Yesharim notifications@github.com:

Thank you very much for the quick response! I've installed mosquitto from - http://mosquitto.org/download/ and executed mosquitto.exe Still getting the same behavior... any advise? Do I need to configure the plugin to use it?

— Reply to this email directly or view it on GitHub https://github.com/tuanhiep/mqtt-jmeter/issues/3#issuecomment-49278237.

rachelyesharim commented 10 years ago

I have a remote mosquitto server, I successfully subscribe and publish data to the broker using mosquitto client, but the plugin does seem to work. click "run" on jemeter doesn't seems to do anything...

tuanhiep commented 10 years ago

Maybe you miss some library for run the plugin.

TRAN Tuan Hiep

Ensimag 2014

http://trantuanhiep.fr/

2014-07-17 12:12 GMT+02:00 Rachel Yesharim notifications@github.com:

I have a remote mosquitto server, I successfully subscribe and publish data to the broker using mosquitto client, but the plugin does seem to work. click "run" on jemeter doesn't seems to do anything...

— Reply to this email directly or view it on GitHub https://github.com/tuanhiep/mqtt-jmeter/issues/3#issuecomment-49288298.