Example
For example, the following tibemsadmin
commands configure the topic myTopics.news
to import
messages on the transports RV01
and RV02
, and to export messages on the transport RV02
.
addprop topic myTopics.news import="RV01,RV02" addprop topic myTopics.news export="RV02"
Rendezvous messages with subject myTopics.news
arrive at tibemsd
over the transports RV01
and RV02
.
EMS clients can receive those messages by subscribing to myTopics.news
.
EMS messages sent to myTopics.news
are exported to Rendezvous over transport RV02
. Rendezvous clients
of the corresponding daemons can receive those messages by subscribing to myTopics.news
.