Subject Name (-SBN)
Use the Subject Name adapter command (-SBN) for data sources and data targets to specify the message subject name.
-SBN subject_name
- Option
- Description
- subject_name
- This is the TIBCO Rendezvous source or target message subject name. Wildcards are permitted.
For specific wildcard use rules, see "Wildcard Support". The usage of wildcards with the Subject Name adapter command (-SBN) allows subscribers to listen to collections of related subjects. No other checking is performed to confirm TIBCO Rendezvous syntax compliance.
For example, to specify the output_RCV subject name for the data target messages, the syntax would be:
-SBN output_RCV
To specify a subject name using the wildcard right angle bracket (>) to match all subjects beginning with recv and containing any characters that follow the > symbol, use the syntax:
-SBN recv>
For data sources, this is the subject name of the incoming message. For data targets, this is the subject name of the message to which to subscribe as a listener for message receipt.
If the message header contains any information, the header information overrides the Subject Name adapter command (-SBN).