TIBCO FTL-MQTT Bridge Administration
TIBCO FTL-MQTT Bridge translates messages between FTL and MQTT clients. The bridge is a component of TIBCO Messaging - Eclipse Mosquitto Distribution.
Automatic Realm Configuration
At startup TIBCO FTL-MQTT Bridge checks the configured realm for an FTL application with the same name as the bridge. The default name of the bridge is tibfmbridge. If the FTL application does not exist the bridge will create it.
The auto-generated transports will be dynamic TCP using client/server mode.
The TIBCO FTL-MQTT Bridge only requires the server_endpoint and server_transport. The client_endpoint and client_transport are generated for use by FTL client programs.
Manual Realm Configuration
A user can create an FTL application for use by TIBCO FTL-MQTT Bridge. The FTL application name must match the bridge name, and the application must include an endpoint and transport whose names corresponds to the values of the server_endpoint and server_transport configuration file options.