Previous Topic: dpmutil Syntax

Next Topic: dpmutil -ccm Command--Configure CA Configuration Automation


dpmutil -amq Command--Configure the ActiveMQ Message Broker

The dpmutil set|get|delete amq command lets you configure the ActiveMQ Message Broker for CA Server Automation. Some CA Server Automation components use the Message Broker to pass data between them. This command sets the Message Broker URL.

This command has the following format:

dpmutil {-set|-get|-delete} -amq [-locale iso639value]
-set

Defines the URL for the ActiveMQ Message Broker.

Example: tcp://servername:port

servername

Identifies the name of the server where the ActiveMQ Message Broker is installed.

port

Specifies the ActiveMQ Message Broker listening port.

Default: 61616

-get

Displays the URL configured for the ActiveMQ Message Broker.

-delete

Deletes the URL configured for the ActiveMQ Message Broker.

-locale iso639value

(Optional) Specifies an IS0 639_3166 combination to override the default English output, for example, fr_FR for French. To use the locale of the command prompt, specify "native".