JMS Server: Monitoring: Active Connections: Connection
Use this page to monitor session information for a JMS connection. A session defines a serial order for both the messages produced and the messages consumed, and can create multiple message producers and message consumers. The same thread can be used for producing and consuming messages.
Column Display
Name Description Consumers The current number of consumers for this session.
MBean Attribute:
JMSSessionRuntimeMBean.ConsumersCurrentCount
Consumers High The peak number of consumers for this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.ConsumersHighCount
Consumers Total The number of consumers instantiated by this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.ConsumersTotalCount
Producers The current number of producers for this session.
MBean Attribute:
JMSSessionRuntimeMBean.ProducersCurrentCount
Producers High The peak number of producers for this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.ProducersHighCount
Producers Total The number of producers for this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.ProducersTotalCount
Transacted Indicates whether the session is transacted.
MBean Attribute:
JMSSessionRuntimeMBean.Transacted
Acknowledge Mode The acknowledge mode as one of the following:
AUTO_ACKNOWLEDGE
CLIENT_ACKNOWLEDGE
DUPS_OK_ACKNOWLEDGE
NO_ACKNOWLEDGE
MBean Attribute:
JMSSessionRuntimeMBean.AcknowledgeMode
Messages Pending The number of messages pending (uncommitted and unacknowledged) for this session.
MBean Attribute:
JMSSessionRuntimeMBean.MessagesPendingCount
Messages Sent The number of bytes sent by this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.MessagesSentCount
Messages Received The number of messages received by this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.MessagesReceivedCount
Bytes Pending The number of bytes pending (uncommitted and unacknowledged) for this session.
MBean Attribute:
JMSSessionRuntimeMBean.BytesPendingCount
Bytes Sent The number of bytes sent by this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.BytesSentCount
Bytes Received The number of bytes received by this session since the last reset.
MBean Attribute:
JMSSessionRuntimeMBean.BytesReceivedCount