hemikak / mqtt-jmeter

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

Few features for longer and dynamic tests #15

Closed RamatiAriel closed 4 years ago

RamatiAriel commented 6 years ago

Hi, this PR contains few changes that would enable to run load tests using this plugin dynamically (changed the password fields to be textField instead of password field), and also changed the subscriber to connect only when the sampler starts so we could inject data received from other samplers. one more thing is that I added the option to run the subscriber on a different thread so it won't stop the test from running while listening. Thanks, Ariel