Skip navigation.

Administration Console Online Help

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

 


TUXEDO Queuing Bridge --> General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure global attributes for your Tuxedo Queuing Bridge.

Tasks

Creating a Tuxedo Queuing Bridge Connection

Related Topics

Configuring Tuxedo Queuing Bridge

Attributes

Table 448-1

Attribute Label

Description

Value Constraints

Transactional

Defines a flag that specifies the use of transactions when retrieving messages from a source location and when placing messages on a target location.

  • If YES, transactions are used for both operations.

  • If NO, transactions are not used for either operation.

Note: Transactional is not supported in this release.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: Transactional

Default: "NO"

WLS Error Destination

The name of the location used to store WebLogic Server JMS messages when a message cannot be redirected.

  • If not specified, all messages not redirected are lost.

  • If the message cannot be placed into WlsErrorDestination for any reason, an error is logged and the message is lost.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: WlsErrorDestination


Tuxedo Error Queue

The name of the Tuxedo queue used to store a message that cannot be redirected to a Tuxedo/Q source queue. This queue is in the same queue space as the source queue.

  • If not specified, all messages not redirected are lost.

  • If the message cannot be placed into the TuxErrorQueue, an error is logged and the message is lost.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: TuxErrorQueue


Delivery Mode Override

The delivery mode to use when placing messages onto the target location.

  • Overrides any delivery mode associated with a message.

  • If not specified, the message is placed on the target location with the same delivery mode specified from the source location.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: DeliveryModeOverride

Valid values:

  • "PERSIST"

  • "NONPERSIST"

Default Reply Delivery Mode

The reply delivery mode to associate with a message when placing messages onto the target location.

  • Use when messages are being redirected to Tuxedo/Q from JMS and the JMS_BEA_TuxGtway_Tuxedo_ReplyDeliveryMode property is not set for a message.

  • If the defaultReplyDeliveryMode and JMS_BEA_TuxGtway_Tuxedo_ReplyDeliveryMode are not set, the default semantics defined for Tuxedo are enforced by the Tuxedo/Q subsystem.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: DefaultReplyDeliveryMode

Valid values:

  • "PERSIST"

  • "NONPERSIST"

  • "DEFAULT"

User Id

Defines a user identity for all messages handled by the Tuxedo Queuing Bridge for ACL checks when security is configured.

  • All messages assume this identity until the security/authentication contexts are passed between the subsystems. Until the security contexts are passed, there is no secure method to identify who generated a message received from the source location.

  • The argument user may be specified as either a user name or a user identification number (uid).

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: UserId


Allow Non Standard Types

Defines a flag used to specify if non-standard data types are allowed to pass through the Tuxedo Queuing Bridge. Standard types are: ASCII text (TextMessage, STRING), or BLOB (BytesMessage, CARRAY).

  • NO: Non-standard types are rejected and placed onto a specified error location.

  • YES: Non-standard types are placed on the target location as BLOBs with a tag indicating the original type.

MBean: weblogic.management.
configuration.
WTCtBridgeGlobalMBean

Attribute: AllowNonStandardTypes

Default: "NO"

 

Skip navigation bar  Back to Top Previous Next