TIBCO MDM Monitoring and Management Using JMX

The JMX technology allows you to monitor and manage TIBCO MDM, which is running in either local or remote Java Virtual Machine (JVM).

You can monitor and manage various objects of TIBCO MDM as they are created, installed, and implemented. JMX handles two types of monitoring:

  • Status Monitoring: Collects the statistics to view the current status of a particular operation. For example, how many users are currently logged in to the UI or how many database connections are acquired or released, and so on.
  • Performance Monitoring: Uses performance characteristics to monitor and improve TIBCO MDM’s performance. For example, how much time it takes to run a rulebase or workflow. If the time is too high and it is affecting the performance, you can re-configure the workflow.

You can monitor and manage the following features of TIBCO MDM:

For information on JMX monitoring, refer to http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html documentation.

For information on Java VisualVM, refer to http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/index.html