![]() ![]() ![]() ![]() |
JMS Server: Monitoring: Active Connections
Column Display Related Tasks Related Topics
This page allows you to view active connections to this JMS server. A JMS connection represents an open communication channel between an application and the messaging system, and is used to create a session for producing and consuming messages.
To view session information for a specific JMS connection, in the Sessions Current Count column, click the hyperlinked number for the session 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 Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
JMSConnectionRuntimeMBean.Name
Client ID The client ID for this connection.
MBean Attribute:
JMSConnectionRuntimeMBean.ClientID
Client ID Policy The ClientIDPolicy on this connection or durable subscriber.
Values are:
weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_RESTRICTED
: Only one connection that uses this policy exists in a cluster at any given time for a particular
ClientID
.weblogic.management.configuration.JMSConstants.CLIENT_ID_POLICY_UNRESTRICTED
: Connections created using this policy can specify any
ClientID
, even when other restricted or unrestricted connections already use the sameClientID
.MBean Attribute:
JMSConnectionRuntimeMBean.ClientIDPolicy
Sessions Current Count The current number of sessions for this connection.
MBean Attribute:
JMSConnectionRuntimeMBean.SessionsCurrentCount
Sessions High Count The peak number of sessions for this connection since the last reset.
MBean Attribute:
JMSConnectionRuntimeMBean.SessionsHighCount
Sessions Total Count The number of sessions on this connection since the last reset.
MBean Attribute:
JMSConnectionRuntimeMBean.SessionsTotalCount
Host Address The host address of the client JVM as a string.
MBean Attribute:
JMSConnectionRuntimeMBean.HostAddress
![]() |