Configuration

You can configure queue definitions (in the configuration file queues.conf) with the import property to specify one or more external transports.

import instructs tibemsd to import messages that arrive on those EMS transports from TIBCO FTL, and deliver them to the EMS destination.

(For general information about queues.conf syntax and semantics, see queues.conf. You can also configure queues using the administration tool command addprop queue.)

Example

For example, the following tibemsadmin command configures the queue myQueue.in to import messages on the EMS transports FTL01 and FTL02.

addprop queue myQueue.in import="FTL01,FTL02"

TIBCO FTL messages with subject myQueue.in arrive at tibemsd over the transports FTL01 and FTL02. EMS clients can receive those messages by subscribing to myQueue.in.