New commands
Adding custom commands has the following process (experience with Java development
is assumed):
- Set up development environment and add lib/mqconsole.jar to class path.
- Create new class and implement interface ConsoleCommand.
- Compile class, package it as a jar-file and add jar-file to lib-directory.
- Add custom command to mqconsole.properties file.
- Execute Softabar Console for WebSphere MQ.
New pre- and postprocessors
Adding pre-and postprocessors has similar process (experience with Java development
is assumed):
- Set up development environment and add lib/mqconsole.jar to class path.
- Create new class and implement interface CommandProcessor.
- Compile class, package it as a jar-file and add jar-file to lib-directory.
- Add processor class to mqconsole.properties file.
- Execute Softabar Console for WebSphere MQ.
Licensed users are entitled to receive limited custom development with a condition that custom development must benefit Softabar Console for WebSphere MQ in general and developed feature can be included in the future releases of the product.
Custom development specific for customer is a fee based service and is considered case by case. Please contact us for information.

































