All MIBs › BEA-WEBLOGIC-MIB › messageDrivenEJBRuntimeJmsClientID
messageDrivenEJBRuntimeJmsClientID
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::messageDrivenEJBRuntimeJmsClientID
OID (numeric): 1.3.6.1.4.1.140.625.351.1.33
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Provides a count of the Message Driven Bean jmsClientID
What is messageDrivenEJBRuntimeJmsClientID?
This OID stores the JMS client identifier that the message-driven bean uses when subscribing to durable topics, allowing the message broker to track subscriptions across reconnects. The client ID ensures that if the MDB disconnects and reconnects, it can resume reading messages from where it left off rather than losing messages. Example: a durable topic subscription with client ID 'ReportGeneratorMDB-prod' persists even if the MDB restarts mid-processing.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.351.1.33 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::messageDrivenEJBRuntimeJmsClientID
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.351.1.33.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::messageDrivenEJBRuntimeJmsClientID.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::messageDrivenEJBRuntimeJmsClientID 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.351 | messageDrivenEJBRuntimeTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.351.1 | messageDrivenEJBRuntimeEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.351.1.33 | messageDrivenEJBRuntimeJmsClientID | BEA-WEBLOGIC-MIB |