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

<WTCtBridgeRedirect


Direction=( "JmsQ2TuxQ" | "TuxQ2JmsQ" | "JmsQ2TuxS" | "JmsQ2JmsQ" )


MetaDataFile="String


Name="String


Notes="String


ReplyQ="String


SourceAccessPoint="String


SourceName="String


SourceQspace="String


TargetAccessPoint="String


TargetName="String


TargetQspace="String


TranslateFML=( "NO" | "FLAT" | "WLXT" )


Type="String



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

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
Admin Console field label: Direction
MetaDataFile The metadataFile URL used to pass the call to the WLXT.Note: Not supported for this release. Admin Console field label: Meta Data FileRequired: no
Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Required: no
ReplyQ Defines the name of the JMS queue used specifically for synchronous calls to a TUXEDO service. The response is returned to the JMS ReplyQ. Admin Console field label: Reply QRequired: no
SourceAccessPoint Defines the name of the local or remote access point where the source is located. Admin Console field label: Source Access PointRequired: no
SourceName 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. Admin Console field label: Source Name
SourceQspace Defines the name of the Qspace for a source location. Admin Console field label: Source QspaceRequired: no
TargetAccessPoint Defines the name of the local or remote access point where the target is located. Admin Console field label: Target Access PointRequired: no
TargetName Defines a target queue or service. Specify a JMS queue name, a TUXEDO queue name, or the name of a TUXEDO service. Admin Console field label: Target Name
TargetQspace Defines the name of the Qspace for a target location. Admin Console field label: Target QspaceRequired: no
TranslateFML 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.
Admin Console field label: TranslateFMLRequired: noDefault: NO
Type Returns the type of the MBean. Required: no

Skip navigation bar  Back to Top Previous Next