Provisioning FTL Client Libraries to Use the Corresponding Transports

Procedure

  1. Copy the FTL client library files to a temporary folder.
  2. From the temporary folder, use a Dockerfile based on the example given below to copy these files into the base Docker image:
    FROM ems:8.5.0
    COPY --chown=tibuser:tibgroup . /opt/tibco/ems/docker/ftl

    Execute the command

    > docker build -t ems:8.5.0_ftl . 
  3. After customizing your EMS configuration, include /opt/tibco/ems/docker/ftl in the Module Path property.