Go to main content

Oracle® Solaris Cluster Data Service for Oracle GlassFish Server Message Queue Guide

Exit Print View

Updated: September 2015
 
 

Verifying the Oracle GlassFish Message Queue Installation and Configuration

This section describes how to verify the Oracle GlassFish Message Queue installation and configuration.

How to Verify the Oracle GlassFish Message Queue Installation and Configuration

Use this procedure to verify the Oracle GlassFish Message Queue installation and configuration. This procedure does not verify that your application is highly available.

  1. Ensure that the logical hostname is running.
  2. Set IMQ_VARHOME and start the message broker manually.
    # IMQ_VARHOME=/global/s1mq
    # export IMQ_VARHOME
    # imqbrokerd -name hamq1
  3. Stop the broker.
    # /usr/bin/imqcmd shutdown bkr -b hostname:port
  4. Repeat Step 2 on all the potential primaries of the Oracle GlassFish Message Queue resource group.