Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
If you use JMS Topic Subscriber to listen on $sys.monitor.T.... topic, you are listening on JMS server events,
not the topic message content. The monitor message is generated by the JMS server and it is always a
Map message. Thus, you need to use Map message type on the JMS Topic Subscriber activity.
Please see the attached example for your review.
Before you run the example you need to "tibemsd.conf" and enable:
authorization = enabled
Keep in mind only Administrator has the priviledge to see $sys.monitor messages so you need to use your admin
password in BW EMS connection.
KEYWORDS: TOPIC, $sys.monitor, MAP