Hi all, At the moment we have a collection of unix shell scripts managing the running of the Java Broker.
qpid-run qpid-server qpid.start qpid.stop qpid.stopall run.sh This makes it quite un-manageable. My intension is to provide something similar to apache2ctl which is used to start/stop the httpd. Using this mechanism, it will be possible to have one script, qpid or qpidctl (we need to figure out a nice name), and then call it as required. Ex:- qpidctl start or qpidctl stopall I believe that this is more uniform and efficient than the current setup. Regards, Senaka
