How do I remove the default subscriptions in RTMonGUI?
book
Article ID: KB0084840
calendar_today
Updated On:
TIBCO SmartSockets
|
-
|
Not Applicable
|
-
|
Description
Resolution:
Upon startup RTmonGUI subscribes to:
/_machine_name
/_mon
/_all
/unique_subject (RTmon is an RTclient).
To unsubscribe to the first three enter the following in your rtmon.cm file:
unsubscribe /_all /_mon /_<machine_name>
where <machine_name> is replaced with the hostname of your computer)
Notice that this statement uses the unsubscribe command, not the setopt command.
Note that an RTclient must always subscribe to its own <unique_subject>.
Issue/Introduction
How do I remove the default subscriptions in RTMonGUI?
Feedback
thumb_up
Yes
thumb_down
No