I've created a hawkSink in my configuration for tracing but I cannot see any trace message in the Hawk display. What do I need to do to get hawkSink to work?
book
Article ID: KB0092058
calendar_today
Updated On:
Products
Versions
TIBCO Adapter SDK
-
Not Applicable
-
Description
Resolution: SDK <hawkSink> sends the trace messages to the _onUnsolicatedMsg method of the specified microagent in the hawkSink. This standard Hawk microagent is specified as follows:
So in this case the trace message will be sent to the method COM.TIBCO.ADAPTER:_onUnsolicitatedMsg(). You will need to subscribe to this method or write a rule on it to see the trace message.
Issue/Introduction
I've created a hawkSink in my configuration for tracing but I cannot see any trace message in the Hawk display. What do I need to do to get hawkSink to work?