Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Monitor Messages : Description of Monitor Topics

Description of Monitor Topics
Table 90 describes each monitor topic.
Table 90 Monitor topics
$sys.monitor.D.E.destination
D signifies the type of destination and whether to include the entire message:
T — topic, include full message (as a byte array) into each event
t — topic, do not include full message into each event
Q — queue, include full message (as a byte array) into each event
q — queue, do not include full message into each event
E signifies the type of event:
r for receive
s for send
a for acknowledge
p for premature exit of message
* for all event types
For example, $sys.monitor.T.r.corp.News is the topic for monitoring any received messages to the topic named corp.News. The message body of any received messages is included in monitor messages on this topic. The topic $sys.monitor.q.*.corp.* monitors all message events (send, receive, acknowledge) for all queues matching the name corp.*. The message body is not included in this topic’s messages.
See Monitoring Messages for more information about message monitoring.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved