MQ Visual Edit
Chapter 12 Locking the CommProfileDBLocking the CommProfileDB.This section will describe how to Lock the CommProfileDB file within MQ Visual Edit. The CommProfileDB.properties file contains all of the information necessary to connect to a queue manager (remote or local).There may be times when the MQAdministrator wishes to users access to particular queue managers but not all of them or wishes to restrict which queue managers they can connect to. Using MQ Visual Edit, create the CommProfileDB.properties file with all of the queue managers that the MQAdministrator wishes the users to access. Store the CommProfileDB.properties file on a network drive or a shareable directory on the server or network. To active the locked CommProfileDB.properties, update the mqve.bat file or the mqve.sh script with a JVM environment variable called CommProfileDB. The CommProfileDB (JVM environment variable) will contain ONLY the full path to the CommProfileDB.properties file.
start javaw -Xms64m -Xmx512m -DCommProfileDB=H:\test biz.capitalware.mqve.MQVE
java -Xms64m -Xmx512m -DCommProfileDB=/apps/test biz.capitalware.mqve.MQVE
|