MQ Visual Browse
Chapter 10 Locking the CommProfileDBLocking the CommProfileDB.This section will describe how to Lock the CommProfileDB file within MQ Visual Browse. 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 Browse, 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 mqvb.bat file or the mqvb.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.mqvb.MQVB
java -Xms64m -Xmx512m -DCommProfileDB=/apps/test biz.capitalware.mqvb.MQVB
|