Start/Stop broker as service problem

Now we can use "/imqsvcadmin install" to install broker as service, and after i use "/imqcmd shutdown bkr" to stop broker, i can't find any command to restart it. "/imqcmd restart bkr" throws connection failed exception.

And is there any class to control broker state?A StartStopBroker Class?

[314 byte] By [JSmarter] at [2007-11-25 20:59:12]
# 1

imqcmd restart bkr is only used to restart a running broker

If you want to start a broker, you need to either:

* start it on the command line (imqbrokerd start bkr)

* on windows, start the service from the control panel

(or on other platforms, use the appropriate service command)

Linda_Schneider at 2007-7-4 20:18:01 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...