Consider an EMS message in which the field JMSReplyTo contains a topic. When exporting such a message to SmartSockets, you must explicitly configure
tibemsd to import replies from SmartSockets to that reply topic.
Consider an EMS message in which the field JMSReplyTo contains a temporary topic. When
tibemsd exports such a message to SmartSockets, it
automatically arranges to import replies to that temporary topic from SmartSockets; you do not need to configure it explicitly.
Both EMS and SmartSockets interpret the star character (*) as a wildcard—but with different semantics. EMS accepts star only as a whole element, which matches a whole element. In contrast, SmartSockets accepts star as part of an element, matching a substring within the element.
When a SmartSockets client subscribes to foo.bar*, then configure
tibemsd to export the superset
foo.*; RTserver narrows the set by delivering only messages that match subscribers. For a full discussion of the differences between EMS and SmartSockets wildcards, see
Destination Name—Syntax and Semantics.