All MIBs › BEA-WEBLOGIC-MIB › jmsServerAllowsPersistentDowngrade
jmsServerAllowsPersistentDowngrade
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::jmsServerAllowsPersistentDowngrade
OID (numeric): 1.3.6.1.4.1.140.625.660.1.73
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether JMS clients will get an exception when sending persistent messages to a destination targeted to a JMS server that does not have a persistent store configured. This parameter only has effect when the Store Enabled parameter is disabled (false). When set to false, the default, clients will get an exception when sending persistent messages to a JMS server with no store configured. When set to true, then persistent messages are downgraded to non-persistent; however, the send operations are allowed to continue.
What is jmsServerAllowsPersistentDowngrade?
This OID controls whether applications are allowed to send persistent messages even if no persistent store is configured, with messages being silently downgraded. Example: if true, an app sending persistent messages to a server without a store gets no error, just non-durable delivery.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.73 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerAllowsPersistentDowngrade
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.73.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerAllowsPersistentDowngrade.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::jmsServerAllowsPersistentDowngrade 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.660 | jmsServerTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.660.1 | jmsServerEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.660.1.73 | jmsServerAllowsPersistentDowngrade | BEA-WEBLOGIC-MIB |