Connector for MQTT Publisher
The MQTT Publisher connector allows writing message to a MQTT topic.
- Enter the following properties:
Property Description Broker URL
The location of the message broker. Default is tcp://localhost:1883.
Topic
The topic or the queue physical name.
Example:
level1/level2/level3/level4 etc.
NOTES:
You can also opt to use a wild card in the topic name specification.
-
The plus sign symbol (+) can be used as a wild card for any value at one specific level.
Example: level1/level2/+/level4
-
The hash sign symbol (#) can be used as a wild card for any values across more than one level.
Example: level1/#/level4
User Id
The user Id that will be used to connect to MQTT Publisher.
Password
The password that will be used to connect to MQTT Publisher.
-
- To allow encrypted connections, select the CA Certificate, Client Certificate, and Client Key by clicking Browse
to browse to the file sources.
- For Payload, enter the data that you want to send as message. The format can be anything supported by MQTT broker, typically JSON.
NOTE: This property can also be parameterized.
(c) 2013-2024 Altair Engineering Inc. All Rights Reserved.