You must configure the administration tool with values for the following three parameters:
If a valid value is not supplied, the property defaults to none. If the parameter is set to either simple or CRAM-MD5, security credentials are passed through JNDI to the underlying service provider. These security credentials are in the form of a user distinguished name (User DN) and password. If security credentials are required, then the user will be prompted for these when the tool initializes.
These parameters are set in a plaintext configuration file consisting of a set of key-value pairs, separated by an "=". This is shown in the following example:
#Set the service provider INITIAL_CONTEXT_FACTORY=com.sun.jndi.ldap.LdapCtxFactory #Set the initial context PROVIDER_URL=ldap://polaris/o=ibm_us,c=us #Set the authentication type SECURITY_AUTHENTICATION=none
(A "#" in the first column of the line indicates a comment, or a line that is not used.)
An example configuration file is included in examples/jms/MQeJMSAdmin.config.