JMS Server: Control: Active Connections
Use this page 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.
Buttons
Name Description Destroy Destroys server side context for the connection.
MBean Attribute:
JMSConnectionRuntimeMBean.destroy
Column Display
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