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

Administration Console Online Help

 Previous Next Contents Index  

 


Redirection --> General

Tasks     Related Topics     Attributes

Overview

The tBridge establishes a one-way data connection between instances of a JMS queue and a Tuxedo /Q or a JMS queue and a Tuxedo service. Each data connection provides a one-to-one connection between the identified points.

Tasks

Creating a tBridge Redirection

Related Topics

Configuring tBridge

Attributes

Table 11-17

Attribute Label

Description

Value Constraints

Direction

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: Direction

Valid values:

  • "JmsQ2TuxQ"

  • "TuxQ2JmsQ"

  • "JmsQ2TuxS"

  • "JmsQ2JmsQ"

TranslateFML

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.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TranslateFML

Default: "NO"

Valid values:

  • "NO"

  • "FLAT"

  • "WLXT"

Meta Data File

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

Note: Not supported for this release.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: MetaDataFile


Reply Q

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: ReplyQ


Source Access Point

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceAccessPoint


Source Qspace

The name of the Qspace for a source location.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceQspace


Source Name

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceName


Target Access Point

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TargetAccessPoint


Target Qspace

The name of the Qspace for a target location.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TargetQspace


Target Name

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TargetName


 

Back to Top Previous Next