Reprocessing Message Files from the File System

Once the problem with the JMS destination reply queue is corrected, the messages in the file system can be deleted or sent to the reply queue. To delete the message, use the file management commands of the operating system. To send the message files, the Duplicate Detect script utility izhprocessfiles.bat is used. The utility is located in the Duplicate Detect install_directory\check\v409\DupDetect\server\engine directory. The basic operation of the script is
  1. Obtain a list of files to send based on the parameters
  2. Send each file to the JMS destination contained in the message. If an error occurs sending a file, the next file is sent.
  3. After the file is sent, the file is deleted. If a file cannot be sent, the file is not deleted.

To use the script, a properties file must be configured and some command line parameters must be provided.