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.

Home Page:https://sourceforge.net/projects/openas2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded database maintenance

PapaToemmsn opened this issue · comments

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)?

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