Enabling Activity Monitoring
Activity monitoring and Work Queue Delta publication can be configured when iProcess Engine is installed. If this has not been done, you can subsequently enable them manually. To do this, you need to complete the following steps:
| 1. | Make sure that the SWLIB_PATH process attribute points to the directory containing the Java libraries that you want the IAPJMS process to use. See SWLIB_PATH. |
Note: By default, SWLIB_PATH points to the Java libraries distributed with iProcess Engine. You do not need to change this value unless you have a specific requirement for the
IAPJMS process to use a different version of these libraries.| 2. | Enable activity monitoring on your iProcess Engine node by configuring the IAPJMS_PUBLISH process attribute. See IAPJMS_PUBLISH. |
| 3. | Specify the JMS message delivery method by configuring the IAPJMS_SYNCHRONOUS and WQDJMS_TOPICNAME process attributes. See IAPJMS_SYNCHRONOUS and WQDJMS_TOPICNAME. |
| 4. | For activity monitoring, configure the port number that is used for message communications between the BG process and IAPJMS process by configuring the IAPJMS_PORTNO process attribute. See IAPJMS_PORTNO. |
| 5. | For Work Queue Delta publication, configure the port number that is used for message communications between the WIS process and IAPJMS process by configuring the WQDJMS_PORTNO process attribute. See WQDJMS_PORTNO. |
| 6. | Configure the JNDI name for the JMS topic and whether it should be static or dynamic by configuring the IAPJMS_TOPICNAME, IAPJMS_SIMPLETOPIC and WQDJMS_TOPICNAME process attributes. See IAPJMS_TOPICNAME, IAPJMS_SIMPLETOPIC and WQDJMS_TOPICNAME. |
Note: If you are using WebLogic as your JMS provider, you must ensure that the WebLogic JNDI name and topic name are the same as the topic name specified in the IAPJMS_TOPICNAME and the WQDJMS_TOPICNAME attributes. (See WebLogic documentation for more information.)
| 7. | Specify whether you want the IAPJMS process to generate messages in a basic or extended format. See IAPSCHEMA. |
| 8. | Configure the JMS message error handling by configuring the IAPJMS_ROLLBACK process attribute. See IAPJMS_ROLLBACK. |
| 9. | Configure the JVM Attributes that should be specified when the Java Virtual Machine is started by configuring the JVMPROPS process attribute. See JVMPROPS. |
| 10. | Depending on your requirements, you can filter MER messages and Work Queue Delta messages using the message properties. See Filtering Message Event Request (MER) Messages. |
| 11. | Configure the IAP JMS configuration files - see Configuring the iProcess Activity Publication (IAP) Configuration Files |
| 12. | Update the IAP security principle and credentials - see Updating the IAP Security Principle and Credentials |