All MIBs › BEA-WEBLOGIC-MIB › messagingBridgeDurabilityEnabled
messagingBridgeDurabilityEnabled
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::messagingBridgeDurabilityEnabled
OID (numeric): 1.3.6.1.4.1.140.625.786.1.101
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether or not the messaging bridge allows durable messages. When enabled and the source destination is a JMS topic, a messaging bridge instance uses a durable subscription to ensure that no messages are lost in the event of a failure. DurabilityEnabled ignored if the source destination is a JMS queue. When enabled and the source destination uses durable subscriptions, the source JMS implementation saves messages that are sent when a messaging bridge instance is not running. When the bridge instance is restarted, these messages are forwarded to the target destination. The administrator can choose not to be durable. When not enabled, messages that are sent to the source JMS implementation while the bridge instance is down cannot be forwarded to the target destination.
What is messagingBridgeDurabilityEnabled?
This flag enables durable subscriptions for topic-based bridges, persisting undelivered messages during bridge outages. Architects enable this for critical message flows to prevent message loss. Example: when true, messages sent to a topic while the bridge is offline are saved and delivered when it restarts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.101 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeDurabilityEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.786.1.101.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::messagingBridgeDurabilityEnabled.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::messagingBridgeDurabilityEnabled 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.101 | messagingBridgeDurabilityEnabled | BEA-WEBLOGIC-MIB |