mqtt-jmeter icon indicating copy to clipboard operation
mqtt-jmeter copied to clipboard

Add support for mqtt5

Open catcherwong opened this issue 10 months ago • 0 comments

This PR did the following things:

  1. Introduce Paho MQTT client both v3 and v5, and set the default client to it.
  2. Add UserProperty, CleanStart and SessionExpiryInterval in Conn Pannel.
  3. Add WS Header in Protocol Panel
  4. Add UserProperties, MessageExpiryInterval, TopicAlias, PayloadFormat,ContentType ,ResponseTopic,CorrelationData and SubscriptionIdentifier in Publish Option Pannel
  5. Replace p12 cert with CA Cert, Client Cert and Client Private Key when using dual ssl.

catcherwong avatar Mar 31 '24 02:03 catcherwong