Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


Redirection --> General

Tasks     Related Topics     Attributes

Overview

The Tuxedo Queuing Bridge 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 Tuxedo Queuing Bridge Redirection

Related Topics

Configuring Tuxedo Queuing Bridge

Attributes

Table 451-1

Attribute Label

Description

Value Constraints

Name

The name used to identify this Redirection in a WTC Service.


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 Tuxedo Queuing Bridge configuration or the Tuxedo Queuing Bridge 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 pass the call to the 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


 

Skip navigation bar  Back to Top Previous Next