To start the tool in interactive mode, enter the command:
java com.ibm.mqe.jms.admin.MQeJMSAdmin [-cfg config_filename]
where the -cfg option specifies the name of an alternative configuration file. If no configuration file is specified, then the tool looks for a file named MQeJMSAdmin.config in the current directory.
After authentication, if necessary, the tool displays a command prompt:
InitCtx>
indicating that the tool is using the initial context defined in the PROVIDER_URL configuration parameter.
To start the tool in batch mode, enter the command:
java com.ibm.mqe.jms.admin.MQeJMSAdmin < script.scp
where script.scp is a script file that contains administration commands. The last command in this file must be an END command.