iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Routing and Processing Messages > Ignoring Duplicate Messages > Step 3 - Creating the Python Script |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Now that you have a VMD file, the next step is to write a Python script to detect duplicate messages:
Here's how this script works:
When the MSH.9.3 subfield is set to DUPLICATE, it will be matched by the DuplicateMessage message definition that you created earlier.
At this point, the VMD file is ready for use. The next step is to create a channel that uses this VMD file to filter duplicate messages.
|