Properties File

The properties file contains the JMS connection information. The default location and name of the properties file is install_directory\check\v409\DupDetect\server\engine\properties\izhutilconfig.properties. The entries in the file are of the form key=value. An initial file is supplied in the default location, but it must be edited to supply the JMS connection information before invoking the script. Descriptions of the keys can be found in Table 1.
Table 1. Properties File Keys
Parameter Required Value Default Value (for optional parameters)
jmsURL Yes The URL of the JNDI provider. Example values are:
  • iiop://localhost:58814 for the WebSphere® Application Server SIBus file
  • C:/izhjmsconfig for a file system JNDI
No default
jmsInitialContext Yes The name of the JNDI initial context factory. Example values are:
  • com.ibm.websphere.naming.WsnInitialContextFactory for the WebSphere Application Server SIBus
  • com.sun.jndi.fscontext.RefFSContextFactory for the file system JNDI
No default
jmsConnectionFactory Yes The JNDI name of the JMS connection factory. An example value is izhmqcf. No default
When configuring for WebSphere MQ, only a connection factory is required that references the queue manager. The following are some guidelines when creating the context.
  • Choose file system for the context type.
  • Connection type is Connection Factory.
  • XA is not required.
  • Transport is WebSphere MQ Client.
  • If the default queue manager is not used, specify the queue manager name and any required access information, such as the host name and port number, in the connection properties.
  • Typically, the channel to use is already defined as SYSTEM.DEF.SVRCONN. If this value needs to be changed, edit the channels properties.
  • Broker configuration is not required.