OpenAS2 / OpenAs2App

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.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

Embedded database maintenance #368

Closed PapaToemmsn closed 1 month ago

PapaToemmsn commented 2 months ago

I was looking around if there's some sort of database maintenance done for the embedded message tracking database but didn't find anything.

What's the intended way to do maintenance tasks for the database (e.g. remove older records)?

uhurusurfa commented 2 months ago

Currently there is no strategy. If you want to add a maintenance module that does record deleting go ahead.