Typical Properties File
A finished properties file for the Naming Service looks similar to the following example:
[1] java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
[2] java.naming.provider.url=ldap://adam.south.acme.com/
ou=jmsdev,ou=pd,o=wm
[3] com.webmethods.jms.naming.clientgroup=admin
[4] java.naming.security.principal="cn=Manager,ou=jmsdev,ou=pd,o=wm"
[5] java.naming.security.credentials=JMSatAxyz
[6] com.webmethods.jms.naming.keystore=C:/BrokerSSL/MyKeystore.p12
[7] com.webmethods.jms.naming.truststore=C:/BrokerSSL/MyTruststore.jks
[8] com.webmethods.jms.naming.encrypted=True
At a minimum, you must provide the properties shown on lines 1 and 2. When you use JMSAdmin to perform administrative tasks with Naming Service, you must also specify the clientgroup property as shown on line 3. Setting the clientgroup property to admin gives you write permission for the Naming Service.