edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > JMS Server: Monitoring: Active Connections: Sessions
JMS Server: Monitoring: Active Connections: Sessions
Column Display Related Tasks Related Topics
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.
To drill down for more detailed information about the session's consumers and producers, click the hyperlinked number for the specific consumer or producer that you want to monitor.
Column Display
You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.
The following table lists all of the data points that you can display in columns on this page.
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
![]()