All MIBs › BEA-WEBLOGIC-MIB › messagingBridgeBatchInterval
messagingBridgeBatchInterval
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::messagingBridgeBatchInterval
OID (numeric): 1.3.6.1.4.1.140.625.786.1.108
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: The maximum amount of time, in milliseconds, that a messaging bridge instance waits before sending a batch of messages in one transaction, regardless of whether the Batch Size has been reached or not. Only applies to a messaging bridge instance forwarding messages in synchronous mode and has a QOS (quality of service) that requires two-phase transactions. The default value of -1 indicates that the bridge instance waits until the number of messages reaches the Batch Size before it completes a transaction.
What is messagingBridgeBatchInterval?
This Counter64 value specifies the maximum milliseconds the bridge waits before flushing a batch, even if the batch size isn't reached. Operations teams tune this to balance latency and throughput. Example: a value of 5000 (5 seconds) ensures messages are forwarded within 5 seconds even if batching hasn't filled up.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.108 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeBatchInterval
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.108.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeBatchInterval.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::messagingBridgeBatchInterval OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.786 | messagingBridgeTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.786.1 | messagingBridgeEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.786.1.108 | messagingBridgeBatchInterval | BEA-WEBLOGIC-MIB |