BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wtc-tbridge-globalType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wtc-tbridge-globalType (extension)

Documentation
Corresponds to WTCtBridgeGlobalMBean
Properties
This component is not nillable.

Model
<...>
(transactional, timeout, retries, retry-delay, wls-error-destination?, tux-error-queue?, delivery-mode-override, default-reply-delivery-mode, user-id?, allow-non-standard-types, jndi-factory?, jms-factory?, tux-factory?, jms-to-tux-priority-map?, tux-to-jms-priority-map? )
</...>


Nested Element Summary
 allow-non-standard-types
          Specifies whether non-standard data types are allowed to pass through this Tuxedo queuing bridge. 
 default-reply-delivery-mode
          The reply delivery mode to associate with a message when placing messages onto the target location. 
 delivery-mode-override
          The delivery mode to use when placing messages onto the target location. 
xs:stringjms-factory
          The name of the JMS connection factory. 
xs:stringjms-to-tux-priority-map
          The mapping of priorities from JMS to Tuxedo. 
xs:stringjndi-factory
          The name of the JNDI lookup factory. 
 retries
          The number of attempts to redirect a message before this Tuxedo queuing bridge places the message in the specified error location and logs an error. 
 retry-delay
          The minimum number of milliseconds this Tuxedo queuing bridge waits before redirecting a message after a failure. 
 timeout
          The number of timeout seconds for an entire redirection when this Tuxedo queuing bridge places a message on the target location. 
 transactional
          Specifies whether this Tuxedo queuing bridge should use transactions when retrieving messages from a source location and when placing messages on a target location. 
xs:stringtux-error-queue
          The name of the Tuxedo queue used to store a message that cannot be redirected to a Tuxedo/Q source queue. 
xs:stringtux-factory
          The name of the Tuxedo connection factory. 
xs:stringtux-to-jms-priority-map
          The mapping of priorities to map from Tuxedo to JMS. 
xs:stringuser-id
          The user identity for all messages handled by this Tuxedo queuing bridge for ACL checks when security is configured. 
xs:stringwls-error-destination
          The name of the location used to store WebLogic Server JMS messages when a message cannot be redirected. 
Source
<xs:complexType name="wtc-tbridge-globalType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="transactional" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="retries" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="retry-delay" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="wls-error-destination" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tux-error-queue" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="delivery-mode-override" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PERSIST"/>
<xs:enumeration value="NONPERSIST"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="default-reply-delivery-mode" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="PERSIST"/>
<xs:enumeration value="NONPERSIST"/>
<xs:enumeration value="DEFAULT"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="user-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="allow-non-standard-types" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="jndi-factory" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="jms-factory" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tux-factory" nillable="false" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="jms-to-tux-priority-map" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="tux-to-jms-priority-map" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation