Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JMS Topic: Control

Buttons     Column Display     Related Tasks     Related Topics

Use this page to temporarily pause all run-time message production, insertion (in-flight messages), and consumption operations on a topic. These message pausing options allow you to assert administrative control of JMS destinations in the event of an external resource failure. For example, by temporarily pausing message production and insertion on destinations, you can effectively drain all the existing messages for troubleshooting purposes, and then resume production and insertions once the issue has been resolved.

Buttons

Name Description
Production

This button pauses or resumes the production of all messages ot this topic.

Consumption

This button pauses or resumes the consumption of all message from this topic.

Insertion

This button pauses or resumes the insertion of all in-flight messages on this topic.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The fully-qualified name of the topic resource. The topic name is preceeded by the parent module name, separated by an exclamation point (!).

ProductionPaused

The current production pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ProductionPausedState

ConsumptionPaused

The current consumption pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.ConsumptionPausedState

InsertionPaused

The current insertion pause state of the destination.

MBean Attribute:
JMSDestinationRuntimeMBean.InsertionPausedState

Related Tasks

Related Topics


Back to Top