Example

For example, the following tibemsadmin commands configure the topic myTopics.news to import and export messages on three transports.

addprop topic myTopics.news import="SS01,SS02"
addprop topic myTopics.news export="SS01,SS02,SS03"

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

EMS messages sent to myTopics.news are exported to SmartSockets over all three transports—SS01, SS02 and SS03. SmartSockets clients of the corresponding RTservers can receive those messages by subscribing to /myTopics/news.