Sun Java System Message Queue 3.7 UR1 Administration Guide

Pausing and Resuming a Connection Service

To pause any service other than the admin service (which cannot be paused), use the pause svc and resume svc subcommands.

This is the syntax of the pause svc subcommand:

imqcmd pause svc -n serviceName [-b 
hostName:portNumber]

The subcommand pauses the specified service running on the default broker or on a broker at the specified host and port. For example, the following command pauses the httpjms service running on the default broker.

imqcmd pause svc -n httpjms -u admin

Pausing a service has the following effects:

To resume a service, use the resume svc subcommand.

This is the syntax of the resume svc subcommand:

imqcmd resume svc -n serviceName[-b 
hostName:portNumber]

The subcommand resumes the specified service running on the default broker or on a broker at the specified host and port.