MQTT Connection Properties
host (string, required)
port (integer)
scheme (string, enum)
url (string)
keepalive (integer)
reschedulePings (boolean)
clientId (string)
protocolVersion (integer)
clean (boolean)
reconnectPeriod (integer)
connectTimeout (integer)
username (string)
password (string)
queueQoSZero (boolean)
trustAllCertificates (boolean)
mutualAuthentication (boolean)
caCert (string)
clientCert (string)
clientPrivateKey (string)
will (object)
topic (string, required)
payload (string, required)
qos (integer, enum)
retain (boolean)
contentType (string)
correlationData (string)
messageExpiryInterval (number)
payloadFormatIndicator (boolean)
responseTopic (string)
userProperties (object)
willDelayInterval (number)
authenticationMethod (string)
authenticationData (string)
maximumPacketSize (number)
receiveMaximum (number)
requestResponseInformation (boolean)
requestProblemInformation (boolean)
sessionExpiryInterval (number)
topicAliasMaximum (number)
userProperties (object)
messageBufferWindowMs (integer)
maxBufferedMessages (integer)
Last updated
Was this helpful?

