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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

WTCtBridgeRedirect

Description

This interface provides access to the WTC tBridge Redirect configuration attributes. The methods defined herein are applicable for tBridge configuration at the WLS domain level.

Syntax

<!ELEMENT WTCtBridgeRedirect EMPTY >
<!ATTLIST WTCtBridgeRedirect
   Direction                  (JmsQ2TuxQ | TuxQ2JmsQ |
                               JmsQ2TuxS | JmsQ2JmsQ)  #REQUIRED
   MetaDataFile               CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   ReplyQ                     CDATA                    #IMPLIED
   SourceAccessPoint          CDATA                    #IMPLIED
   SourceName                 CDATA                    #REQUIRED
   SourceQspace               CDATA                    #IMPLIED
   TargetAccessPoint          CDATA                    #IMPLIED
   TargetName                 CDATA                    #REQUIRED
   TargetQspace               CDATA                    #IMPLIED
   TranslateFML               (NO | FLAT | WLXT)       "NO"
>

Parent Elements

The WTCtBridgeRedirect element is a child of the WTCServer element.

Attributes

Table 91-1 WTCtBridgeRedirectMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Direction

Defines the direction of data flow. Each defined direction is handled by starting a new thread. At least one redirection must be specified in the tBridge configuration or the tBridge will fail to start and an error will be logged.

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

Valid values:

  • "JmsQ2TuxQ"

  • "TuxQ2JmsQ"

  • "JmsQ2TuxS"

  • "JmsQ2JmsQ"

Direction

Meta-Data-File

Defines the name of the metadataFile URL used to passed to the call WLXT.

Note: Not supported for this release.


Meta Data File

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Reply-Q

Defines the name of the JMS queue used specifically for synchronous calls to a TUXEDO service. The response is returned to the JMS ReplyQ.


Reply Q

Source-Access-Point

Defines the name of the local or remote access point where the source is located.


Source Access Point

Source-Name

Defines the name of a source queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service.


Source Name

Source-Qspace

Defines the name of the Qspace for a source location.


Source Qspace

Target-Access-Point

Defines the name of the local or remote access point where the target is located.


Target Access Point

Target-Name

Defines a target queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service.


Target Name

Target-Qspace

Defines the name of the Qspace for a target location.


Target Qspace

Translate-FML

Defines the type of XMl/FML translation.

  • NO: No data translation is performed. TextMessage maps into STRING and vice versa depending on the direction of transfer. BytesMessage maps into CARRAY and vice versa. All other data types cause the redirection to fail.

  • FLAT: The message payload is transformed using the WebLogic Tuxedo Connector translator.

  • WLXT: Translation performed by the XML-to-non-XML WebLogic XML Translator (WLXT).

Note: WLXT is not supported for this release.

Default: "NO"

Valid values:

  • "NO"

  • "FLAT"

  • "WLXT"

Translate-FML


 

 

Back to Top Previous Next