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
|