In the following examples Softabar Console for WebSphere MQ is started
with mqconsole.bat command. It may be substituted with Java command:
java -cp . LauncherBootstrap mqconsole
Start MQConsole with queue manager set to QM1
mqconsole.bat -qm QM1
Start MQConsole and save commands to a specified file in script directory
mqconsole.bat -qm QM1 -f mq_for_softabar.conf
Start MQConsole and execute script file and exit
mqconsole.bat -qm QM1 -le mq_for_softabar.conf
MQConsole: define new local queue in queue manager specified with -qm option
define qlocal(new_q)
This command is saved to script file.
MQConsole: view runtime parameters
:set
MQConsole: change queue manager while running MQConsole
:set queue.manager QM2
MQConsole: change script file while running MQConsole
:set script.file mq_for_another_customer.conf
MQConsole: define variable for queue name
:var queueName ORDER_Q
MQConsole: define new queue using variable
DEFINE QLOCAL(${queueName}) descr('Queue for orders')
MQConsole: save parameters including variables
:saveparams
































