You can configure queue definitions (in the configuration file queues.conf) with the
import property to specify one or more external transports.
(For general information about queues.conf syntax and semantics, see
queues.conf on page 258. You can also configure queues using the administration tool command
addprop queue.)
For example, the following tibemsadmin command configures the queue
myQueue.in to
import messages on the EMS transports
FTL01 and
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.
When a queue specifies import on a connected transport,
tibemsd immediately begins importing messages to the queue, even when no receivers exist for the queue.
For static queues (configured by an administrator) tibemsd continues importing until you explicitly delete the queue. When the queue is deleted, the transport no longer imports messages.