bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Messaging Bridge --> Configuration --> Transactions

Tasks     Related Topics     Attributes

Overview

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

Tasks

Configuring a Messaging Bridge

Targeting a Messaging Bridge to a Server, a Cluster, or a Migratable Target

Related Topics

Attributes

Table 9-5

Attribute Label

Description

Value Constraints

Transaction Timeout

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-once QOS, the receiving and sending is completed in one transaction.

MBean: weblogic.management.
configuration.
MessagingBridgeMBean

Attribute: TransactionTimeout

Minimum: 0

Maximum: 2147483647

Default: 30

Dynamic: yes

Batch Size

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

Dynamic: yes

Batch Interval (milliseconds)

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

Dynamic: yes

 

Back to Top Previous Next