The FIN sample application
You invoke the sample application from the operating system command shell, not from the FTM SWIFT CLI.
When the application is invoked in send mode, it:
When the application is invoked in the receive mode, it:
- Waits for a message from the FIN services in the specified queue (-q parameter).
- Writes the folder structures and message body of the response to the standard output stream or to a specified file (-f parameter) when it receives a message.
- Ends, and returns control to the command shell.
The sample application ends before normal completion if
one of these conditions occur:
- A parameter is not valid.
- A queue or file cannot be opened, or a resource is not available.
- A reply message is not received within the specified time (-t parameter).
The sample application is not intended to be terminated by user intervention. Set a suitable timeout so that it terminates without intervention.