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 Don't use "&" in the password because the CLC doesn't recognize the character and will only use the part of the password before the "&" (example: If the password is "Cherwell&Ivanti", the CLC will only use "Cherwell" as the password). |
/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