MQTT Connector: Functionality and Operation
The adapter combines the functionality of the MQTT Subscriber and Publisher and thus enables the following:
to subscribe to a topic in an MQTT broker
to publish messages in an MQTT broker
Properties
| Operation performed by the adapter Possible values:
|
Parameters
| Main adapter class (do not change!) Possible values: de.softproject.x4.plugins.adapter.MqttPublishAdapter: Main class (Default) |
| ID of the client with which the message is published Possible values: Client ID (integer) The parameter During X4 Server startup, the subscriber clients are registered with their current |
| This parameter is set automatically with the information contained in the configuration file. |
| This parameter is set automatically with the information contained in the configuration file. |
| Value for how long the client connection should be maintained or after what time the connection should be disconnected in seconds. The parameter Possible values: Integer greater than |
| Determines whether or not data is deleted after a session. The parameter Possible values:
|
| Protocol, host and port for the connection from the client to the broker. Possible values:
This parameter is not required if the |
| User name used to establish a connection to a broker that requires access data. Possible values: Any string with the user name , e.g. This parameter is not required if the |
| Password used to establish a connection to a broker that requires access data. Possible values: Any string with the password , e.g. This parameter is not required if the |
| Path to Keystore. If no SSL/TLS configuration is required to establish a connection to the broker, the parameter value can be empty. Possible values: File path This parameter is not required if the |
| Password for the keystore specfied for Possible values: Any string This parameter is not required if the |
Status values
| The operation was executed successfully. |
| There was an error while connecting, disconnecting, publishing or subscribing |