MQTT Connection Details

To establish the connection successfully, you must configure the MQTT instance.

The MQTT Connector dialog box contains the following fields:
Field Description
Connection Name

A unique name for the connection that you are creating. This is displayed in the Connection drop-down list for all the TIBCO Flogo® Connector for MQTT activities.

Description A short description of the connection
Broker URL

The format of the broker URL is:

<proto>://<host>:<port>

Where proto is either "tcp" or "ssl".

Username

Enter the user name required to authenticate the broker port for this connection.

Password

Enter the password required to authenticate the broker port for this connection.

Encryption Mode Choose the encryption mode from None, TLS-Cert, or TLS-ClientAuth.
Cacert Browse to the location of the certificate authority(CA) certificate used to sign the certificate of the server. The content of the file is included in the configuration of the application. For information about using an application property for this field, see Rules for Application Property.
Client Cert Browse to the location of the certificate file of the client. The content of the file is included in the configuration of the application. This option is available only if the encryption mode is set to "Client Auth". For information about using an application property for this field, see Rules for Application Property.
Client Key Browse to the location of the secret key of the client and select it. This option is available only if the encryption mode is set to "Client Auth". For information about using an application property for this field, see Rules for Application Property.