Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By : Dalton Iwazaki
Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By: Dalton Iwazaki

Overview of this book

Table of Contents (15 chapters)
Oracle WebLogic Server 12c Advanced Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Starting/stopping consumers for a JMS destination


The WebLogic JMS subsystem allows a JMS destination queue to have its message operations controlled when needed. A queue destination can have its consumers paused and resumed on demand.

Getting ready

In this recipe, the JMSAppQueue queue will be used as an example. The message operations will use the Administration Console, so make sure the Administration Server is up and running.

How to do it...

To pause the consumers operations for the JMSAppQueue queue, do the following:

  1. Access the Administration Console with your web browser at http://adminhost.domain.local:7001/console.

  2. Click on the Lock & Edit button to start a new edit session.

  3. Click on the plus sign to open the Services tree on the left; click on Messaging and then JMS Servers.

  4. Click on the JMSServer01 link to open the Configuration page. Click on the Monitoring tab and then on the Active Destinations tab.

  5. Click on the checkbox from the JMSAppModule!JMSServer01@JmsAppQueue queue and...