Used for:
|
RTclient and RTmon processes
|
Type:
|
String List
|
Default Value:
|
None
|
Valid Values:
|
Any valid subject name or names, separated by commas (,)
|
The Subjects option lists the subjects to which the RTclient initially subscribes. One or more subjects can be listed, separated by commas. For example:
When using the Subjects option, you must call the function TipcSrvStdSubjectSetSubscribe to parse the Subjects option and automatically subscribe to all listed subjects.
TipcSrvStdSubjectSetSubscribe is used to start or stop subscribing to subjects listed in the Subjects option, including standard subjects such as _all
, _
process
, and _
node
. When called, TipcSrvStdSubjectSetSubscribe parses the Subjects option so that all subjects listed in Subjects are automatically subscribed to or unsubscribed from. For more information on TipcSrvStdSubjectSetSubscribe, see the TIBCO SmartSockets Application Programming Interface. For more information on standard subjects, see Standard Subjects.
The RTclient can also start or stop subscribing to a subject at any time using the subscribe
and unsubscribe
commands.
TIBCO SmartSockets™ User’s Guide Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |