Book Image

GlassFish Administration

By : Xuekun Kou
Book Image

GlassFish Administration

By: Xuekun Kou

Overview of this book

To build a powerful production environment for your Java EE systems, you need a great application server, and the skills to manage it. This book gives you all that you are looking for. This book will help you gain the necessary skills to install, configure, tune, and troubleshoot GlassFish so that you can fully unleash its power. It will teach you how to use the GlassFish application server, with a special focus on administration tasks. It presents the GlassFish administrative tasks in a logical sequence, with each chapter focusing on a specific topic. Starting with installation and moving through configuration, this book takes a careful look at the administration console so that you get a complete understanding of GlassFish and its administrative features. It will help you understand how to deploy Java EE, Ruby on Rails and other supported applications to GlassFish, and how to configure the necessary resources for these applications. You will also learn how to maintain, tune, and troubleshoot your GlassFish server. Also includes a bonus chapter introducing Glassfish v3.
Table of Contents (17 chapters)
GlassFish Administration
Credits
About the Author
Acknowledgement
About the Reviewers
Preface

Configuring Open MQ


There are two ways to configure and administer the Open MQ server product:

  • The first option is to use the JMS configuration capability built into the GlassFish's administrative infrastructure, such as Admin Console and the asadmin CLI utility. This option has the advantage of being simple, because we use the familiar GlassFish administration interfaces. The drawback of this option, however, is that the capability is limited. For example, we cannot create a multi-broker cluster.

  • The second option relies on the tools provided in the Open MQ binary discussed in the previous section, such as imqbrokerd and imqadmin. This option has the advantage of having full control of the Open MQ. The drawback of this approach is that we need to use a completely different set of tools, rather than the GlassFish Server.

In the following sections, we discuss the essential configuration tasks for Open MQ:

  • Configuring the Open MQ runtime environment

  • Configuring the physical destinations within...