Mqtt Jmeter Versions Save

MQTT JMeter Plugin

v2.0.2

4 years ago

Version 2.0.2 has made main updates on:

  • Support for WS and WSS protocols. Special thanks to @zielu !
  • Support for clean session(can be set on connect sampler) and retained message(can be set on pub sampler) .
  • Add batch connect/disconnect samplers to make multiple connections within single thread.

1.0.1

5 years ago

Note: The new script built from 1.0.1 version is NOT compatible with scripts built from old versions!! You need to re-write your script in order to use the new version.

The new version made following updates,

  • Separate MQTT Connect from Pub & Sub sampler
  • With DisConnect sampler, user can flexibly control when to drop the connection
  • Provide sample scripts as user reference
  • Please check out updated README instructions to use this new way of organizing MQTT plugins.

v1.0.1

6 years ago

Note: This release is built from "separate_conn" branch (rather than "master"). Script built from this version of plugin is NOT compatible with master branch!!

注意:本版本是从separate_conn分支创建的(不是master)。从该版本插件创建的脚本与从master分支创建出来的脚本是不兼容的!!

  1. Separate MQTT Connect from Pub & Sub sampler
  2. With DisConnect sampler, user can flexibly control when to drop the connection
  3. Provide sample scripts as user reference

Please check out updated README instructions to use this new way of organizing MQTT plugins.

Plugin download link

v1.0

6 years ago
  1. Add support for share connection in the threadgroup

  2. MQTT version selection option, that was required to connect to Azure IoT Hub.

  3. Fixed some of bugs reported in the community

  4. 2018-02-27: fixed issue #29 and updated downloadable jar file.

v0.93

6 years ago
  • Support for specifying customized client id without random suffix string.
  • Support for selecting sample types for sub (either with elapsed time or received number of message).
  • One pub sampler is bind to one topic, which means the topic cannot be changed once it's initialized for the 1st time.

v0.92_beta

7 years ago
  1. Support for specifying customized client id without random suffix string.
  2. Support for selecting sample types for sub (either with elapsed time or received number of message)

PLEASE use v0.91 stable version if you DO NOT need the 2 previous of new feature, this beta version is still under testing.

The xmeter current supported version is v0.91 stable version.

v0.91

7 years ago

Support the JMeter variable replacement.

Extract release file (mqtt-xmeter-jar-with-dependencies.jar.zip), put the jar file to /lib/ext, restart JMeter to bring up the plugin.

That's it :)

v0.9

7 years ago

Extract release file (mqtt-xmeter-jar-with-dependencies.jar.zip), put the jar file to <JMeter_Home>/lib/ext, restart JMeter to bring up the plugin.

That's it :)