Set the Message ID Controller
To ensure that a message is not processed more than once, you must configure the properties that control the conditions and method of processed message IDs that are stored in memory.
Use these guidelines:
-
If the ID equals the hash sum of the message, the IDs are stored in the database.
That is, if two documents are equal to each other and if the file bytes sizes are the same.
-
If the ID is already stored, the document is rejected.
That is, when the ID controller is active, the hash sum will be calculated for an incoming file and it is matched to the IDs stored in the database. And, if the ID is already stored, the document will be rejected.
Use this procedure for every DocIDController property value to update.