BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element direction

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The direction of data flow. At least one redirection must be
 specified or the Tuxedo queuing bridge will fail to start and an
 error will be logged.



Each defined direction is handled by starting a new thread.

 <p style="font-weight: bold">Redirection keywords:


  - JmsQ2TuxQ 



- From JMS to TUXEDO /Q



  - TuxQ2JmsQ 



- From TUXEDO /Q to JMS



  - JmsQ2TuxS 



- From JMS to TUXEDO Service reply to JMS



  - JmsQ2JmsQ 



- From JMS to JMS
Properties
This component is not nillable.

Model
<direction>

</direction>

Source
<xs:element minOccurs="0" name="direction" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="JmsQ2TuxQ"/>
<xs:enumeration value="TuxQ2JmsQ"/>
<xs:enumeration value="JmsQ2TuxS"/>
<xs:enumeration value="JmsQ2JmsQ"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation