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.
importinstructstibemsdto 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 giventibftltransport and the optionalimport_subscriber_nametransport property is not set,tibemsdcreates a single default FTL durable for the transport with the following name:<server name>:<transport name>. For example, iftibemsd.conf
has server =EMS-SERVERandtransports.confhas a[FTL1]transport defined, the corresponding durable name comes asEMS-SERVER:FTL1. However, ifimport_subscriber_nameis set, thentibemsdcreates 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
tibemsdto 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 giventibftltransport, the EMS server creates a single FTL publisher for the transport.