CSM 10.2.2 Documentation

Home

CherwellMQS Command Line Options

Use Command-Line Configuration (CLC) commands to configure Cherwell Message Queue Service.

/messagequeue

Use the /messagequeue major command to access sub-commands to configure CherwellMQS.

Sub-command Description

/connectionport

The port to contact on the server.

Accepted values: Any integer

Default: 5672

/connectionservername

The host name or IP where the RabbitMQ broker is installed.

Default: localhost

/connectionuserid

User ID for the connection.

Accepted values: Any string

Default: "admin"

/connectionpassword

Password for the connection.

Accepted values: Any string

Default: "admin"

/connectionvirtualhost

Virtual host to use on the RabbitMQ server. The administrator must setup the virtual host within RabbitMQ.

Accepted values: Any string or "/"

Default: "/", which is RabbitMQ's default virtual host

/cmqs

Use the /cmqs major command to access sub-commands to configure CherwellMQS.

/cmqsstart

Use the /cmqsstart sub-command to start CherwellMQS. This command is typically run after performing management actions that require CherwellMQS to be restarted.

Example:

                                /cmqsstart
                            

/cmqsstop

Use the /cmqsstop sub-command to stop CherwellMQS.

Example:

                                /cmqsstop
                            

Was this article useful?