![]() ![]() ![]() ![]() |
Local Tuxedo Access Points: Connections
Configuration Options Related Tasks Related Topics
Use this page to define the connection configuration of a local Tuxedo access point that will be used with this WTC Service.
Configuration Options
Name Description Connection Policy The conditions under which this local Tuxedo access point establishes a session connection with a remote Tuxedo access point.
The connection policies are:
- 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 values 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 Attribute:
WTCLocalTuxDomMBean.ConnectionPolicy
Connection Principal Name The principal name used to verify the identity of this domain when establishing a connection to another domain.
Note: This parameter only applies to domains of type TDOMAIN that are running Oracle Tuxedo 7.1 or later software. If not specified, the connection principal name defaults to the AccessPointID for this domain.ConnPrincipalName.
Note: ConnPrincipalName is not supported in this release.
MBean Attribute:
WTCLocalTuxDomMBean.ConnPrincipalName
Retry Interval The number of seconds that this local Tuxedo access point waits between automatic connection attempts to remote Tuxedo access points. Use this value only when Connection Policy is set to ON_STARTUP.
Range of Values: Between 0 and a positive 32-bit integer.
MBean Attribute:
WTCLocalTuxDomMBean.RetryInterval
Minimum value:
0
Maximum value:
2147483647
Max Retries The maximum number of times that this local Tuxedo access point tries to establish a session connection to remote Tuxedo access points. Use this value only when Connection Policy is set to ON_STARTUP.
Range of Values: Between 0 and a positive 64 bit integer.
Note: Use the minimum value to disable the retry mechanism. Use the maximum value to try until a connection is established.
MBean Attribute:
WTCLocalTuxDomMBean.MaxRetries
Minimum value:
0
Maximum value:
9223372036854775807
Blocking Time Out The maximum number of seconds this local Tuxedo access point allows for a blocking call.
Range of Values: Between 0 and a positive 32 bit integer.
MBean Attribute:
WTCLocalTuxDomMBean.BlockTime
Minimum value:
0
Maximum value:
2147483647
Interoperate Specifies whether this local Tuxedo access point interoperates with remote Tuxedo access points that are based upon Tuxedo release 6.5. If this value is set to Yes, the local Tuxedo access point interoperates with a Tuxedo 6.5 domain.
MBean Attribute:
WTCLocalTuxDomMBean.Interoperate
Compression Limit The compression threshold this local Tuxedo access point uses when sending data to a remote Tuxedo access point. Application buffers larger than this size are compressed.
Range of Values: Between 0 and a positive 32-bit integer.
MBean Attribute:
WTCLocalTuxDomMBean.CmpLimit
Minimum value:
0
Maximum value:
2147483647
Keep Alive Return value tells whether this local Tuxedo access point is configured with Application Level Keep Alive, and it maximum idle time value before wait timer start ticking.
MBean Attribute:
WTCLocalTuxDomMBean.KeepAlive
Minimum value:
0
Maximum value:
2147483647
Keep Alive Wait Return value that tells whether this local Tuxedo access point requires the acknowledgement of Application Level Keep Alive, and how long it will wait without receiving acknowledgement before declare the connection is inaccessable.
MBean Attribute:
WTCLocalTuxDomMBean.KeepAliveWait
Minimum value:
0
Maximum value:
2147483647
![]() |