Administration Console Online Help

 Previous Next Contents Index  

 


Messaging Bridge --> Configuration --> Transactions

Tasks     Additional Documentation     Attributes

Overview

This tab defines the transaction attributes for a messaging bridge, including setting transaction timeout intervals, transaction batch sizes, and batch intervals.

Tasks

Creating a Messaging Bridge

Assigning a Messaging Bridge to One or More Servers, or Clusters, or a Migratable Target

Adding a Note to a Messaging Bridge

Additional Documentation

(Requires an Internet connection.)

"Using a WebLogic Messaging Bridge" in the Administration Guide

Attributes

Attribute Label

Description

Value Constraints

Transaction Timeout

Defines the amount of time, in seconds, that the transaction manager will wait for each transaction before timing it out.

Transaction timeouts are used when the QOS for a bridge requires transactions. If a bridge is configured with Exactly-onceQOS, the receiving and sending is completed in one transaction.

MBean: weblogic.management.
configuration.
MessagingBridgeMBean

Attribute: TransactionTimeout

Minimum: 0

Maximum: 2147483647

Default: 30

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Batch Size

Specifies the number of messages that are processed within one transaction.

Note:This attribute only applies to bridges that work in synchronous mode and whose QOS require two-phase transactions.

MBean: weblogic.management.
configuration.
MessagingBridgeMBean

Attribute: BatchSize

Minimum: 0

Default: 10

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes

Batch Interval (milliseconds)

Defines the maximum time, in milliseconds, that the bridge will wait before sending a batch of messages in one transaction, regardless of whether the Batch Size amount has been reached or not. The default value of -1 indicates that the bridge will wait until the number of messages reaches the Batch Size before it completes a transaction.

Note:This attribute only applies to bridges that work in synchronous mode and whose QOS require two-phase transactions.

MBean: weblogic.management.
configuration.
MessagingBridgeMBean

Attribute: BatchInterval

Default: -1

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next