WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Customizing the CMP API Exerciser
Enable or disable a selection of options to customize the CMP API Exerciser to meet your requirements.
To customize the CMP API Exerciser, complete the following steps:
- Start the CMP API Exerciser.
On Windows, click Start > All Programs > IBM WebSphere Message Broker 8.0.0.0 > Java Programming APIs > CMP API Exerciser.
On other operating systems, run the following shell script:
install_dir\sample\ConfigManagerProxy\StartConfigManagerProxyExerciser
- Customize the CMP API Exerciser by
selecting one or more of the following options from the File and View menus.
- Optional: Click File > Use Incremental Deployment to
enable or disable this option.
- If you enable this option, all deploy operations cause a delta (incremental) deploy where relevant.
- If you disable this option, all deploy operations cause a complete deploy.
- Optional: Click File > Connect to Remote Brokers Using .broker Properties File to enable or disable this option.
- If you enable this option, a file dialog opens when you connect to a broker. Use the file dialog to navigate to a file with a .broker extension, which provides the connection parameters to the queue manager that hosts the broker.
- If you disable this option, you are prompted to enter the queue manager connection parameters, security exit parameters, host name, and port.
- Optional: Click File > Render Console in HTML to enable
or disable this option.
- If you enable this option, the console window is rendered in HTML.
- If you disable this option, the console window is rendered in plain text.
- Optional: Click File > Enable MQ Java Client Service Trace to
enable or disable this option.
- If you enable this option, a level 5 service trace of the WebSphere® MQ Classes for Java™ runs. A trace dialog opens; specify a file name to which trace records are written.
- If you disable this option, level 5 service tracing of the WebSphere MQ Classes for Java is not done.
- Optional: Click File > Enable CMP Service Trace to enable or disable this option.
- If you enable this option, a service trace of the CMP API run. A trace dialog opens; specify a file name to which trace records are written.
- If you disable this option, service tracing of the CMP API is not done.
- Optional: Click File > Set Timeout Characteristics.
Specify the time, in seconds, that the CMP API Exerciser waits for responses from the broker. The default wait interval is 6 seconds.
- Optional: Click View and
then click Advanced, Basic,
or Everything.
- If you select Advanced, output from all available methods is displayed in the CMP API Exerciser.
- If you select Basic, output from a subset of the available methods is displayed in the CMP API Exerciser.
- If you select Everything, output from all available methods is displayed in the CMP API Exerciser and additional information about AdministeredObjects is included, if it is available. For example, for MessageFlowProxy objects, the MessageFlowProxy.Node child objects are displayed.
- Optional: Click View > BAR Files in Tree.
- If you enable this option, the deployed resources that are shown in the tree are grouped by the BAR file name under which they were last deployed.
- If you disable this option, the BAR file names are not displayed.
- Optional: Click View > Show Resource Managers to enable
or disable this option.
- If you enable this option, the resource managers are shown in the tree for each execution group.
- If you disable this option, the resource managers are not shown.
- Optional: Click File > Use Incremental Deployment to
enable or disable this option.
Next: Continue to work with
the CMP API Exerciser, or run another sample.
Related tasks:
Related information: