Running the broker domain management sample

Before you start:

The broker domain management sample is one of the Configuration Manager Proxy (CMP) samples. The CMP samples can be run as they are, or they can be modified.
The source file for this sample is located in the following directory:

INST_DIR/sample/ConfigManagerProxy/cmp/DomainInfo.java

Where INST_DIR is the installation directory.
The broker domain management sample uses the CMP to display to the screen the complete run state of the domain.
Run the broker domain management sample.
The complete run state of the domain is displayed. For example, the following output could be displayed:

(13/08/04 15:47:37) Connecting. Please wait...
(13/08/04 15:47:38) Successfully connected to the Configuration Manager's
                    Queue Manager.
(13/08/04 15:47:39) Successfully connected to the Configuration Manager.
(13/08/04 15:47:41) Broker 'BROKER' is running.
(13/08/04 15:47:42)   Execution group 'default' on 'BROKER' is running.
(13/08/04 15:47:43)     Message flow 'flow1' on 'default' on 'BROKER' is
                        running.
(13/08/04 15:47:44) Disconnected.

In addition, if running in interactive mode, the following output could be displayed:

(13/08/04 15:53:46) Listening for changes to the domain...

Related concepts
The Configuration Manager Proxy samples
Related tasks
Running the Deploy BAR sample
Running the Configuration Manager Proxy API Exerciser sample
Modifying the Configuration Manager Proxy samples