Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

Starting Message Queue

The heart of the Message Queue service is the Message Server. The Message Server performs message routing and delivery services using one or more brokers. The imqbrokerd command starts a broker.

ProcedureTo Start Message Queue Message Server Broker

Steps
  1. Change to the MessageQueue-base/bin directory.

  2. Enter the following command to start the Message Queue Message Server broker:


    ./imqbrokerd
  3. Verify that the broker process is running. For example:

    On Solaris OS: /usr/bin/ps -ef | grep imqbrokerd


    /bin/sh /usr/bin/imqbrokerd

    On Linux: /bin/ps -ef | grep imqbrokerd


    /bin/sh ./imqbrokerd