Integration with Other Applications > Integration with Creo Elements/Direct Model Manager > Installation and Setup of Windchill Gateway > Installing and Configuring Message Oriented Middleware > Adding a New Object Store in Message Oriented Middleware
  
Adding a New Object Store in Message Oriented Middleware
An object store is a container for administrative objects at the LDAP server. It is configured by the administration console of the Message Oriented Middleware server.
Prerequisites
Message Oriented Middleware installed
Base URI in LDAP
Procedure
You must manually enter the following property information.
Name
Value
java.naming.factory.initial
com.sun.jndi.ldap.LdapCtxFactory
java.naming.provider.url
(The JMS Base URI that you created)
For example: ldap://host/dc=SunMQ,dc=AC42
java.naming.security.authentication
simple
java.naming.security.principal
cn=Manager
java.naming.security.credentials
(password)
For example: admin
To add an object store:
1. Run <MessageOrientedMiddleware_HOME>\bin\run\imqadmin.exe
2. Add a new object store by right-clicking Object Stores in the console area of Message Oriented Middleware. The label GatewayObjectStore is used in this example. Use your desired label.
3. Add the property information provided in the table into the Object Store Properties window.
* 
Certain property values used in the following figure are intended for example only. Refer to the values listed in the table.
4. Click OK to create the object store.