bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Remote Tuxedo Domains --> Connections

Tasks     Related Topics     Attributes

Overview

This tab specifies the conditions under which a remote domain gateway tries to establish a connection with a local domain.

Tasks

Configuring Connection Attributes for Remote Tuxedo Domains

Related Topics

Configuring WebLogic Tuxedo Connector

Attributes

Table 11-7

Attribute Label

Description

Value Constraints

Connection Policy

The conditions under which a local domain tries to establish a connection to a remote domain.

  • 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 domain 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 domain access point. If there is no active connection to a remote domain 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 domain access points at startup and remote services are initially suspended. The domain gateway is available for incoming connections from remote domain access points and remote services are advertised when the domain gateway for this local domain 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 domain when establishing a connection to another domain.

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

  • If not specified, the connection pricipal name defaults to the AccessPointID for this domain.

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 domain access points.

  • Use only when Connection Policy is set to ON_STARTUP.

  • Use -1 to default to the value defined by the WTCLocalTuxDomMBean RetryInterval attribute.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: RetryInterval

Minimum: -1

Maximum: 2147483647

Default: -1

Max Retries

The number of times that a domain gateway tries to establish connections to remote domain access points. Use only when Connection Policy is set to ON_STARTUP.

  • Use -1 to default to the value defined by the WTCLocalTuxDomMBean MaxRetries attribute.

  • 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 remote domain. Application buffers larger than this size are compressed.

MBean: weblogic.management.
configuration.
WTCRemoteTuxDomMBean

Attribute: CmpLimit

Minimum: 0

Maximum: 2147483647

Default: 2147483647

 

Back to Top Previous Next