Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Tuxedo Queuing Bridge: Redirections: General

Configuration Options     Related Tasks     Related Topics

Use this page to define the general configuration for this redirection.

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.

Configuration Options

Name Description
Name

The name of this redirection.

Direction

The direction of data flow. At least one redirection must be specified or the Tuxedo queuing bridge will fail to start and an error will be logged.

Each defined direction is handled by starting a new thread.

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 Attribute:
WTCtBridgeRedirectMBean.Direction

Translation Type

The type of XML/FML translation.

NO indicates that no data translation is performed. FLAT indicates that the message payload is transformed using the WebLogic Tuxedo Connector translator. WLXT indicates that translation is performed by the XML-to-non-XML WebLogic XML Translator (WLXT).

Note: WLXT is not supported for this release.

MBean Attribute:
WTCtBridgeRedirectMBean.TranslateFML

Meta Data File

The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT).

Note: Not supported for this release.

MBean Attribute:
WTCtBridgeRedirectMBean.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 Attribute:
WTCtBridgeRedirectMBean.ReplyQ

Source Access Point

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

MBean Attribute:
WTCtBridgeRedirectMBean.SourceAccessPoint

Source Qspace

The name of the Qspace for a source location.

MBean Attribute:
WTCtBridgeRedirectMBean.SourceQspace

Source Name

The name of a source queue or service. Specifies a JMS queue name, a Tuxedo queue name, or the name of a Tuxedo service.

MBean Attribute:
WTCtBridgeRedirectMBean.SourceName

Target Access Point

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

MBean Attribute:
WTCtBridgeRedirectMBean.TargetAccessPoint

Target Qspace

The name of the Qspace for a target location.

MBean Attribute:
WTCtBridgeRedirectMBean.TargetQspace

Target Name

The name of the target queue or service. Specifies a JMS queue name, a Tuxedo queue name, or the name of a Tuxedo service.

MBean Attribute:
WTCtBridgeRedirectMBean.TargetName

Related Tasks

Related Topics


Back to Top