iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Routing and Processing Messages > Generating NACK Messages in Iguana 4.0 and Later > Creating the Customized ACK/NACK VMD File |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The first step when defining an LLP Listener source component that selectively generates either NACK messages or ACK messages is to create the VMD file that generates the messages. To do this:
You must change the segment delimiter to make it possible for Iguana to examine the entire message when deciding whether to generate an ACK or a NACK. Here is why this works:
In the following section, you will create a Python module that defines the criteria to use when deciding whether to generate an ACK message or a NACK message.
|