Resource statistics data: JMS

Learn about the data that is returned for the JMS resource type when you activate resource statistics collection.

You can view these statistics in the web user interface, or you can write a program that subscribes to a publication (single XML message) that returns this data. For an example of the publication message, see Example XML output.

Statistics are reported for each JMS connection factory and JNDI bindings location. XA connections are distinguished from non-XA connections for the same connection factory and JNDI bindings location. Each resource is named either ConnectionFactoryName_JNDIBindingsLocation or ConnectionFactoryName_JNDIBindingsLocation (XA).

The following table describes the measurements that are returned for each of the listed resources.

Measurements Description
NumberOfOpenJMSConnections The current number of open JMS connections.
NumberOfClosedJMSConnections The total number of JMS connections that were closed since the last integration server restart.
NumberOfOpenJMSSessions The current number of open JMS sessions.
NumberOfClosedJMSSessions The total number of JMS sessions that were closed since the last integration server restart.
NumberOfMessagesReceived The total number of messages received by JMSInput or JMSReceive nodes.
NumberOfMessagesSent The total number of messages sent by JMSOutput nodes.
NumberOfMessagesBrowsed The total number of messages browsed by JMSReceive nodes.
NumberOfJMSConnectionFailures The total number of attempted JMS connections that failed since the last integration server restarts.