BEA-WEBLOGIC-MIB :: jmsServerMessageBufferSize

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsBEA-WEBLOGIC-MIBjmsServerMessageBufferSize

jmsServerMessageBufferSize

Module: BEA-WEBLOGIC-MIB

OID (symbolic): BEA-WEBLOGIC-MIB::jmsServerMessageBufferSize

OID (numeric): 1.3.6.1.4.1.140.625.660.1.79

Node type: OBJECT-TYPE

Type: Counter64

Access: read-only

Description: The amount of memory (in bytes) that this JMS server can use to store message bodies before it writes them to disk. When the JMS server writes the message bodies to disk, it clears them from memory. A value of -1 (the default) specifies that the server will automatically determine a size based on the maximum heap size of the JVM. This default will be set to either one-third the maximum heap size, or 512 megabytes, whichever is larger. The larger the buffer, the more memory JMS will consume when many messages are waiting on queues or topics. Once the buffer is surpassed, JMS may write message bodies to the directory specified by PagingDirectory in an effort to reduce memory usage below this buffer. Surpassing the buffer size does not stop the JMS server from accepting new messages. It is still possible to run out of memory if messages are arriving faster than they can be written to disk. Users with high messaging loads who wish to support the highest possible availability should consider setting a quota or setting a threshold and enabling flow control. Paging is always supported.

What is jmsServerMessageBufferSize?

This OID sets the in-memory buffer size (in bytes) for message bodies before they're written to disk. Larger buffers reduce I/O but use more memory. Example: setting this to 536870912 (512MB) keeps half a GB of message bodies in RAM for faster access.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.79
snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerMessageBufferSize

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.660.1.79.1
snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jmsServerMessageBufferSize.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::jmsServerMessageBufferSize 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 OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
Numeric OIDNameModule
1.3.6.1.4.1.140beaBEA-WEBLOGIC-MIB
1.3.6.1.4.1.140.625wlsBEA-WEBLOGIC-MIB
1.3.6.1.4.1.140.625.660jmsServerTableBEA-WEBLOGIC-MIB
1.3.6.1.4.1.140.625.660.1jmsServerEntryBEA-WEBLOGIC-MIB
1.3.6.1.4.1.140.625.660.1.79jmsServerMessageBufferSizeBEA-WEBLOGIC-MIB