mqtt-jmeter
mqtt-jmeter copied to clipboard
This is the plugin for Jmeter to Test MQTT protocol
Does mqtt over WebSocket (used in AWS) supported by this solution? As far as I know, V3.1.1 paho has an implementation of that.
Hi, I need to connect to azure iothub to publish mqtt data through jmeter mqtt-plugin. But as I'm aware, this plugin uses mqtt connection version v3.1. So, can we use...
Hi @hemikak , When trying to get values for the Subscriber from other samplers before running the Mqtt Subscriber (using "${value}" for example) there is a problem- it seems that...
Hello, at the end of each Mqtt test (with "Publisher" component), I have an error **32101** (from the MQTT protocol point of vue, it means '**Client already disconnected**',), along with...
The JMeter variables dont work fine with the Text Message section of the plugin. I have a "Thread Group" with a "CSV Data Set Config" and the MQTT Publisher. I...
Hi. Whenever I start the MQTT Subscriber, the CPU utilization for just one thread in JMeter goes up to 100%. I am guessing it is because of the poll that...
@hemikak -- Replaced ConcurrentLinkedQueue which was consuming very high CPU with ArrayBlockingQueue