Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JMS Server: Control: Summary

Buttons     Column Display     

Use this page to temporarily pause all runtime message production, insertion (in-flight messages), and consumption operations on all destinations targeted to this JMS server. These message pausing options allow you to assert administrative control of the JMS subsystem behavior in the event of an external resource failure.

Buttons

Name Description
Production

Pauses or resumes production of new messages on this JMS server.

Consumption

Pauses or resumes message consumption on this JMS server.

Insertion

Pauses or resumes the insertion of in-flight messages on this JMS server.

Column Display

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
JMSServerRuntimeMBean.Name

Production Paused

Returns the current production paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.ProductionPaused

Consumption Paused

Returns the current consumption paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.ConsumptionPaused

Insertion Paused

Returns the current insertion paused state of the JMSServer as boolean value.

MBean Attribute:
JMSServerRuntimeMBean.InsertionPaused


Back to Top