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.

Client Id

Enter the client id provided by the MQTT service provider.

Note: Do not use an MQTT connection with the same Client Id in more than one application that is running on TIBCO Cloud Integration or any other container-based platforms. If multiple client apps or multiple instances of the same client app use the same Client Id, only the app or instance that started first can send or receive messages.
Encryption Mode Choose the encryption mode from None, TLS-Cert, or TLS-ClientAuth.
CA Certificate 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 app. For information about using an app property for this field, see Rules for App Property.
Client Certificate Browse to the location of the certificate file of the client. The content of the file is included in the configuration of the app. This option is available only if the encryption mode is set to "Client Auth". For information about using an app property for this field, see Rules for App 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 app property for this field, see Rules for App Property.
MQTT Version You can choose MQTT broker version.