Destinations
Destination definitions (in the configuration files
topics.conf
and
queues.conf
) can set the
import
and
export
properties to specify one or more EMS transport for TIBCO FTL.
import
instructstibemsd
to import messages that arrive on those transports from TIBCO FTL, and deliver them to the EMS destination. When a destination is configured to import a giventibftl
transport and the optionalimport_subscriber_name
transport property is not set,tibemsd
creates a single default FTL durable for the transport with the following name:<server name>:<transport name>
. For example, iftibemsd.conf
has server =EMS-SERVER
andtransports.conf
has a[FTL1]
transport defined, the corresponding durable name comes asEMS-SERVER:FTL1
. However, ifimport_subscriber_name
is set, thentibemsd
creates a FTL subscriber by that name instead of the aforementioned FTL durable.Note: An FTL administrator can monitor the status of this default FTL durable and, if relevant, the FTL administrator can decide to configure it as static and alter its behavior.- export instructs
tibemsd
to take messages that arrive on the EMS destination, and export them to TIBCO FTL using those EMS transports for TIBCO FTL. When a destination is configured to export a giventibftl
transport, the EMS server creates a single FTL publisher for the transport.