Configuration

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

import instructs tibemsd to import messages that arrive on those transports from SmartSockets, 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 myTopics.news to import messages on the transports SS01 and SS02.

addprop queue myQueue.in import="SS01,SS02"

SmartSockets messages with subject /myQueue/in arrive at tibemsd over the transports SS01 and SS02. EMS clients can receive those messages by subscribing to myQueue.in.