Stopping iPlanet MessageQ 2.0

Hi,Is there any command to shutdown the iMQ? I am working on Solaris and I use the jmqbroker -tty to start the Server.But what is the command to stop the same? The idea is to put the same in script.Thanks.B.Kay.
[253 byte] By [707278] at [2007-11-25 8:05:14]
# 1

See Chapter 6 of the iMQ 2.0 Adminstrator's Guide:

(http://docs.sun.com/db?p=/doc/816-5909-10)

You can use jmqcmd to manage the broker state. To

shutdown the broker you could do the following:

% jmqcmd shutdown bkr -u admin -p admin

This would cleanly shutdown the broker running on

the localhost and default port.

Chris

707284 at 2007-7-1 13:53:53 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 2
Thank you Chris!B.Kay.
707278 at 2007-7-1 13:53:53 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...