Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Remote Tuxedo Access Points --> Connections

Tasks     Related Topics     Attributes

Overview

This tab specifies the conditions under which a remote Tuxedo access point tries to establish a session connection with a local Tuxedo access point.

Tasks

Configuring Connection Attributes for Remote Tuxedo Access Points

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 428-1

Attribute Label

Description

Value Constraints

Connection Policy

The conditions under which a remote Tuxedo access point establishes a session connection to a local Tuxedo access point. This parameter overrides the local access point Connection Policy.

  • ON_DEMAND: A connection is attempted only when requested by either a client request to a remote service or an administrative connect command.

  • ON_STARTUP: A domain gateway attempts to establish a connection with its remote Tuxedo access points at gateway server initialization time. Remote services (services advertised in JNDI by the domain gateway for this local access point) are advertised only if a connection is successfully established to that remote Tuxedo access point. If there is no active connection to a remote Tuxedo access point, then the remote services are suspended. By default, this connection policy retries failed connections every 60 seconds. Use the MaxRetry and RetryInterval attributes to specify application specific values.

  • INCOMING_ONLY: A domain gateway does not attempt an initial connection to remote Tuxedo access points at startup and remote services are initially suspended. The domain gateway is available for incoming connections from remote Tuxedo access points and remote services are advertised when the domain gateway for this local Tuxedo access point receives an incoming connection. Connection retry processing is not allowed.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: ConnectionPolicy

Default: "ON_DEMAND"

Valid values:

  • "ON_DEMAND"

  • "ON_STARTUP"

  • "INCOMING_ONLY"

  • "LOCAL"

Connection Principal Name

The principal name used to verify the identity of this remote Tuxedo access point when it establishes a session connection with a local Tuxedo access point.

  • This parameter only applies to remote Tuxedo access points of type TDOMAIN that are running BEA Tuxedo 7.1 or later software.

  • If not specified, the connection principal name defaults to the AccessPointID for this remote Tuxedo access point.

Note: ConnectionPrincipalName is not supported in this release.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: ConnPrincipalName


Retry Interval

The number of seconds between automatic attempts to establish a connection to remote Tuxedo access points.

  • Use only when Connection Policy is set to ON_STARTUP.

  • Use -1 to default to the Retry Interval attribute specified in the Local Tuxedo Access Point configuration named in Local Access Point.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: RetryInterval

Minimum: -1

Maximum: 2147483647

Default: -1

Max Retries

The number of times that a remote Tuxedo access point tries to establish a session connection to local Tuxedo access point. Use only when Connection Policy is set to ON_STARTUP.

  • Use -1 to default to the MaxRetries attribute specified in the Local Tuxedo Access Point configuration named in Local Access Point.

  • Use 0 to disable the retry mechanism.

  • Use the maximum value to try until a connection is established.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: MaxRetries

Minimum: -1

Maximum: 9223372036854775807

Default: -1

Cmp Limit

The compression threshold used when sending data to a local Tuxedo access point. Application buffers larger than this size are compressed.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: CmpLimit

Minimum: 0

Maximum: 2147483647

Default: 2147483647

 

Skip navigation bar  Back to Top Previous Next