Testing a MQTT Client using JMeter
问题 I need to load test, web socket J2EE Application serving mobile client. The mobile client uses MQTT over web socket protocol. Listing down the features : i) The mobile client connects to the web socket end point. ii) Hence forth it then send the binary data in MQTT packets. Looking at JMeter to load test it. Using the following JMeter plugin. https://github.com/tuanhiep/mqttjmeter I use the MQTT Connect sampler and change the protocol to 'ws' and port to '8080'. When I try to connect, I do