Configuration Tab

The configuration tab has the following fields:

Field Global Var? Description
Description No Short description of the resource.
MQTT Broker URLs Yes Address of the broker that the clients connect to.

Supported connection types:

  • TCP connection (tcp://)

    For example, tcp://localhost:1883

  • TCP connection secured by SSL/TLS (ssl://)

    For example, ssl://localhost:8883

User Name Yes Sets the client user name for the connection.
Password Yes Sets the client password for the connection.
Use SSL No

Specifies whether incoming requests must use secure socket layer, or SSL protocol. This protocol authenticates the server to the client, and optionally authenticates the client to the server.

By enabling this field you can specify SSL parameters with the Configure SSL button. For more information, see SSL Configuration for MQTT