AdemCatamak / MessageStorage

Message and Job Storage with Outbox Design Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retention Policy for Message

AdemCatamak opened this issue · comments

In the current situation, Messages are not removed. There should be a new extension method for a user can configure a retention policy for messages.

  • Messages which has no jobs could be delete
    • if Jobs has a retention policy, eventually all Messages lose its connected Jobs.
  • Messages which created before XXX days could be removed