All MIBs › BEA-WEBLOGIC-MIB › jmsServerConsumptionPausedAtStartup
jmsServerConsumptionPausedAtStartup
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::jmsServerConsumptionPausedAtStartup
OID (numeric): 1.3.6.1.4.1.140.625.660.1.84
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Indicates whether consumption is paused at startup on destinations targeted to this JMS server at startup. 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 booted, then this JMS server and its targeted destinations are modified such that they are in a 'consumption paused' state, which prevents any message consuming activity on those destinations. To allow normal message consumption on the destinations, later you will have to change the state of this JMS server to a 'consumption 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 Consumption Paused At Startup is determined based on the corresponding setting on the individual destination.
What is jmsServerConsumptionPausedAtStartup?
This OID pauses message consumption on startup, preventing delivery to applications until explicitly resumed. Example: set true on a replica server so it doesn't drain queues intended for the primary.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.84 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerConsumptionPausedAtStartup
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.84.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerConsumptionPausedAtStartup.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::jmsServerConsumptionPausedAtStartup 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.84 | jmsServerConsumptionPausedAtStartup | BEA-WEBLOGIC-MIB |