Administration Console Online Help

 Previous Next Contents Index  

 


Redirection --> General

Tasks     Additional Documentation     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

Additional Documentation

(Requires an Internet connection.)

Configuring tBridge

Attributes

Attribute Label

Description

Value Constraints

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: Direction

Valid values:

  • "JmsQ2TuxQ"

  • "TuxQ2JmsQ"

  • "JmsQ2TuxS"

  • "JmsQ2JmsQ"

Readable: yes

Writable: yes

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.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TranslateFML

Default: "NO"

Valid values:

  • "NO"

  • "FLAT"

  • "WLXT"

Readable: yes

Writable: yes

Meta Data File

Defines 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

Readable: yes

Writable: yes

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.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: ReplyQ

Readable: yes

Writable: yes

Source Access Point

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceAccessPoint

Readable: yes

Writable: yes

Source Qspace

Defines the name of the Qspace for a source location.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceQspace

Readable: yes

Writable: yes

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.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: SourceName

Readable: yes

Writable: yes

Target Access Point

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

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TargetAccessPoint

Readable: yes

Writable: yes

Target Qspace

Defines the name of the Qspace for a target location.

MBean: weblogic.management.
configuration.
WTCtBridgeRedirectMBean

Attribute: TargetQspace

Readable: yes

Writable: yes

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

Readable: yes

Writable: yes



 

Back to Top Previous Next