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 Rendezvous, 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
The following
tibemsadmin
command configures the queue
myQueue.in
to
import
messages on the transports
RV01
and
RV02
.
addprop queue myQueue.in import="RV01,RV02"
Rendezvous messages with subject
myQueue.in
arrive at
tibemsd
over the transports
RV01
and
RV02
. EMS clients can receive those messages by subscribing to
myQueue.in
.