If you like to start everything up after a reboot,
1. Create a script under /etc/init.d which will take start,stop parameter to start/stop queue manager,listerner,channel inititor,etc.
2. Under /etc/rc1.d, create Kxxmqm to link to the script of /etc/init.d. (xx is two digit number).
3. Under /etc/rc3.d, create Sxxmqm file to link to the script under /etc/init.d. (xx is two digit number).
Usually you need put all these into SystemV package and install them automatically as root.