Skip to content

Releases: emqx/mqtt-jmeter

Version 2.0.2

07 May 03:58
Compare
Choose a tag to compare

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.

Version 1.0.1

23 Aug 00:19
Compare
Choose a tag to compare

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.

SeparateConn_v101

27 Feb 02:09
Compare
Choose a tag to compare
SeparateConn_v101 Pre-release
Pre-release

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

27 Feb 01:33
Compare
Choose a tag to compare
  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.

0.93

27 May 00:57
Compare
Choose a tag to compare
0.93 Pre-release
Pre-release
  • 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

24 Apr 15:26
Compare
Choose a tag to compare
v0.92_beta Pre-release
Pre-release
  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.

Version 0.91

21 Feb 09:21
Compare
Choose a tag to compare
Version 0.91 Pre-release
Pre-release

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

13 Feb 14:47
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

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 :)