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.
| Parameter | Required | Value | Default Value (for optional parameters) |
|---|---|---|---|
| jmsURL | Yes | The URL of the JNDI provider. Example values are:
|
No default |
| jmsInitialContext | Yes | The name of the JNDI initial context factory. Example values are:
|
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.