QXtend Inbound Queue Manager > Queue Manager Scripts
  
Queue Manager Scripts
This script makes use of GNU sed and GNU wget so that it works on most flavors of UNIX, including HP-UX and AIX. So before running this script, please install the GNU sed and GNU wget, which are freeware downloads available from http://ftp.gnu.org/gnu/. Once both sed are gnu are installed, copy the executables (sed and wget) from the directory you installed (default /usr/local/bin) to this scripts directory to make sure the GNU versions of the programs are running and not the native OS ones. In addition to managing queues through Queue Manager in the administrative UI, you can also use the queue manager script to start, stop, restart, and shut down queues, as well as query the queue status:
queue-control.sh -Operation [Queue]
Where Queue is the connection queue name.
 
Operation
Description
h
Print the script help
q
Query the queue status
r
Restart the queue
s
Start the queue
x
Stop the queue
t
Shut down the queue
Example: Use the following command to stop the queue named qdoc.MyQueue:
./queue-control.sh -r qdoc.MyQueue