https://github.com/tuanhiep/mqtt-jmeter
How to install MQTT plugin in Jmeter
From the repository: Get the source code, go to mqtt-jemeter folder and and use the command maven in terminal (Ubuntu):
mvn clean install package
to obtain the file mqtt-jmeter.jar in mqtt-jemeter/target.
Put the mqtt-jemeter.jar in the folder lib/ext of Jmeter (to be downloaded on ).
Remind that, it's necessary to update the file ApacheJMeter_core.jar in the repository lib/ext of Jmeter. Update the file messages.properties in the folder :/org/apache/jmeter/resources/ in ApacheJMeter_core.jar by new file messages.properties from