Syntax

The message selector properties have the same syntax whether they appear in a command or in a configuration file:

 incoming_topic=topicName selector="msg-selector"
 outgoing_topic=topicName selector="msg-selector"
Note: The terms incoming and outgoing refer to the perspective of the active server—where the route is defined.

topicName is the name of a global topic.

msg-selector is a message selector string. For detailed information about message selector syntax, see the documentation for class Message in TIBCO Enterprise Message Service Java API Reference.