All MIBs › BEA-WEBLOGIC-MIB › messagingBridgeAsyncEnabled
messagingBridgeAsyncEnabled
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::messagingBridgeAsyncEnabled
OID (numeric): 1.3.6.1.4.1.140.625.786.1.107
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies if a messaging bridge instance forwards in asynchronous messaging mode. AsyncEnabled only applies to messaging bridge instances whose source destination supports asynchronous receiving. Messaging bridges instances that forward in asynchronous mode are driven by the source destination. A messaging bridge instance listens for messages and forwards them as they arrive. When AsyncEnabled is not selected, a bridge instance is forced to work in synchronous mode, even if the source supports asynchronous receiving. Note: For a messaging bridge instance with a QOS of Exactly-once to work in asynchronous mode, the source destination has to support the MDBTransaction interface. Otherwise, the bridge automatically switches to synchronous mode if it detects that MDBTransaction is not supported by the source destination.
What is messagingBridgeAsyncEnabled?
This flag enables asynchronous message forwarding, allowing the bridge to process messages driven by the source destination arrivals. Architects enable this for event-driven message flows to improve responsiveness. Example: when true, messages are forwarded immediately upon arrival; false uses polling-based synchronous delivery.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.107 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeAsyncEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.107.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeAsyncEnabled.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::messagingBridgeAsyncEnabled 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.107 | messagingBridgeAsyncEnabled | BEA-WEBLOGIC-MIB |