Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Working with TIBCO FTL : Queues

Queues
Queues can import messages, but cannot export them.
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 on page 258. 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.
Import—Start and Stop
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.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved