mqtt-jmeter icon indicating copy to clipboard operation
mqtt-jmeter copied to clipboard

MQTT JMeter Plugin

Results 85 mqtt-jmeter issues
Sort by recently updated
recently updated
newest added

Using two mqtt Pub sampler in one thread (sampler A and sampler B) with "share conn in thread" option. Sampler A build the connection and publish a message. Sampler B...

Hello is it possible to add/implemente to usage of callbacks? Like descripted in. Using the Callback/Continuation Passing based API https://github.com/fusesource/mqtt-client Thx

How to send MQTT offline messages? I need to test a scene,my subscriber received the news from the publisher when he was not online. Qos Levle:2 can't solve the problem.

enhancement

MQTT Publish sampler has only payload with string and other hex decimal payload, is there any support for file?

- Replaced fuse client with HiveMQ client. - Added MQTT5 support using HiveMQ client. - Set default protocol version to be MQTT v5

Using the attached plan to test EMQx message forwarding, 500 messages are sent per second, with 25 clients configured to subscribe. Theoretically, tens of thousands of messages should flow out...

Hi! I need to add 1 reconnection attempt for each of the connections to my script. After running the script with 5 connections, after a while I observe in Wireshark...

我想测试这样一种情况:循环3次,每次创建5个mqtt连接。 自增计数器: ![image](https://github.com/emqx/mqtt-jmeter/assets/38059140/0c1f01a7-40c8-46a6-8615-e974bf02a6a9) mqtt-connect: ![image](https://github.com/emqx/mqtt-jmeter/assets/38059140/81266d3a-064d-45c6-bb37-461fe4124bbc) 结果: ![image](https://github.com/emqx/mqtt-jmeter/assets/38059140/d3840ba5-1caa-46b9-83bf-d66302598601) ![image](https://github.com/emqx/mqtt-jmeter/assets/38059140/2874dba9-4366-4307-af2c-3107f8f7591c) 在单次线程组中自增id没有起作用 即:在第一次循环中,线程池创建了三个client并有对应的命名clientId,在后面的两次循环中,创建的client跟第一次的clientId完全一样,这与预期的每次循环创建新的连接不符。

When uploading Chinese in payloads, the server decodes garbled characters.

I use this plugin for sending messages from JMeter to my console app via MQTT protocol (eclipse-mosquitto server v2.0.14). Console app gets messages via MQTTnet.Extensions.ManagedClient v3.1.2. But unfortunately, MQTTnet.MqttApplicationMessage.ContentType =...