Enabling EOF messages in the application platform framework
The create of EOF messages is divided into two parts: 1)
Modifying file input/output processing 2) Modifying the JMS queue
and database receiver to handle EOF messages
Modifying file input/output processing
The File I/O receiver stamps the outgoing XML messages
with a unique message group identification, YantraMessageGroupID before
it is sent to the next component in the service definition framework.
Once the end of the file is reached, an EOF message is created with
the same message group ID. This EOF message is useful if special processing
needs to be done at the end of each file.