![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
If activity monitoring is enabled, the BG process sends JMS messages to a JMS topic name that you can specify using this attribute. The JMS topic name can be static or dynamically configured at run-time.This attribute is used with the IAPJMS_SIMPLETOPIC process attribute:
• If the value of IAPJMS_SIMPLETOPIC is 1, the JMS topic name specified in the IAPJMS_TOPICNAME process attribute is static.
• If the value of IAPJMS_SIMPLETOPIC is 0, the JMS topic name specified in the IAPJMS_TOPICNAME process attribute is dynamically configured at run-time to include the iProcess procedure name and step name.For example, if the IAPJMS_TOPICNAME is IAPTOPIC and IAPJMS_SIMPLETOPIC is 0, then all messages are addressed to one of the following JMS topic names, depending on the activity being audited:
−
−
−
−
— procedurename is the name of the iProcess procedure
— stepname is the name of the step in the iProcess procedure.The following table shows which audit trail messages are logged to which topics. (See Appendix D for a complete listing of audit trail messages and their corresponding Message IDs).
IAPTopic.procedurename.START Case started by UserName (000) StepDescription processed to UserName (001)StepDescription forwarded to UserName (004)Sub-Case started from StepDescription (016) IAPTopic.procedurename.END Case terminated prematurely by UserName (008)
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |