All MIBs › BEA-WEBLOGIC-MIB › jmsServerProductionPausedAtStartup
jmsServerProductionPausedAtStartup
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::jmsServerProductionPausedAtStartup
OID (numeric): 1.3.6.1.4.1.140.625.660.1.75
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether production is paused at server startup on destinations targeted to this JMS server. A destination cannot receive any new messages while it is paused. When the value is set to true, then immediately after the host server instance is rebooted, then this JMS server and its targeted destinations are modified such that they are in a 'production paused' state, which results in preventing new message production activities on those destinations. To resume normal new message production activity, later you will have to change the state of this JMS server to a 'production enabled' state by setting this value to false, and then either redeploy the JMS server or reboot the hosting server instance. When the value is set to default, then the Production Paused At Startup is determined based on the corresponding setting on the individual destination.
What is jmsServerProductionPausedAtStartup?
This OID pauses message production (new messages accepted) on startup, allowing consumers to drain backlog before new traffic arrives. Example: set true on failover servers to drain queues before resuming production.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.75 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerProductionPausedAtStartup
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.75.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerProductionPausedAtStartup.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> jmsServerProductionPausedAtStartup.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::jmsServerProductionPausedAtStartup 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.75 | jmsServerProductionPausedAtStartup | BEA-WEBLOGIC-MIB |