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

In current plugin version(2.0.2) MQTT Connect timeout value is ignored during CONNECT. Steps to reproduce: 1) Set some big timeout value ![image](https://user-images.githubusercontent.com/25501399/141653095-d36488ce-678a-4f0a-9e76-dc3cd0946fd7.png) 2) Make MQTT Broker to respond with CONNACK...

Hi all, I'm trying to setup a connection to a broker hosted on AWS IoT Core that uses Custom Auth. Right now I'm trying to connect to the broker but...

Hi, i think a timeout option is missing in the 'MQTT Sub Sampler' with SampleOnCondition set to 'Number or received messages'. It basicly deadlocks a thread when awaited messages never...

通过指定连接名,可以在同一个线程组中指定不同的连接名添加多个 Connect Sampler,后续添加其他 Sampler 时可以通过连接名使用不同的连接

Provide a possibility to connect to AWS IoT Core broker with different connection types

使用该插件订阅取样器,一发出订阅请求后连接就会断开,查看对应日志订阅是成功的,但是订阅后马上就断开连接了(在disconnect之前),如果禁用掉订阅取样器在disconnect之前是不会断开的,而且用其他的工具进行订阅是没问题的,使用的是2.0.2版本 ![png1](https://user-images.githubusercontent.com/45233746/94501021-5fdf7600-0233-11eb-9381-dd76db8a4cae.png)

1. emqx设定规则,sub主题时, a被重写成b 2. jmeter使用mqtt-xmeter-2.0.2-jar-with-dependencies.jar,进行连接及sub主题a,设置成必须收到1个消息 3. 用mqttx对emqx发送主题b 4. 发现jmeter中sub的控件一直收不到消息 ps.使用fuse插件则没有这个问题 mqtt-xmeter-fuse-2.0.2-jar-with-dependencies.jar