Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JMS Server: Control: Active Connections

Buttons     Column Display     

Use this page to view and control 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.

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 same ClientID.

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


Back to Top