OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
For OpenAs2-3.5.0
1) If we receive Socket timeout, Files from pendingMdn get deleted even in case of an error/exception
So post completion of retries, the files are not available for moving into the error directory
2) I Have provided the retries count as 3, still only 2 retries are done, as the retry count is incremented at two places i.e. AS2Util and MessageBuilder and the condition fails after two retry only
For OpenAs2-3.5.0 1) If we receive Socket timeout, Files from pendingMdn get deleted even in case of an error/exception So post completion of retries, the files are not available for moving into the error directory
2) I Have provided the retries count as 3, still only 2 retries are done, as the retry count is incremented at two places i.e. AS2Util and MessageBuilder and the condition fails after two retry only