mqtt-jmeter
mqtt-jmeter copied to clipboard
Add support for mqtt5
This PR did the following things:
- Introduce Paho MQTT client both v3 and v5, and set the default client to it.
- Add
UserProperty
,CleanStart
andSessionExpiryInterval
in Conn Pannel. - Add
WS Header
in Protocol Panel - Add
UserProperties
,MessageExpiryInterval
,TopicAlias
,PayloadFormat
,ContentType
,ResponseTopic
,CorrelationData
andSubscriptionIdentifier
in Publish Option Pannel - Replace
p12
cert withCA Cert
,Client Cert
andClient Private Key
when using dual ssl.