adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
4 stars 0 forks source link

Set up message delivery guarantees and failure handling E5. #254

Open chendiblessing opened 1 week ago

chendiblessing commented 1 week ago

Description: Establish robust message delivery guarantees to ensure reliable communication. Implement mechanisms for message acknowledgment and retries to achieve either at-least-once or exactly-once delivery semantics. Define strategies for handling message failures and ensure the server can recover and resend messages as needed.

Acceptance Criteria: