[ https://issues.apache.org/jira/browse/MAILBOX-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tellier Benoit resolved MAILBOX-382. ------------------------------------ Resolution: Fixed Fix Version/s: 3.4.0 https://github.com/linagora/james-project/pull/2208 had been merged > EventDeadLetter: rechedule event delivery > ----------------------------------------- > > Key: MAILBOX-382 > URL: https://issues.apache.org/jira/browse/MAILBOX-382 > Project: James Mailbox > Issue Type: New Feature > Reporter: Trần Tiến Đức > Priority: Major > Fix For: 3.4.0 > > > base on: -MAILBOX-373- > The event bus need a method for re-delivering an event to a group. > {code:java} > Mono<Void> reDeliver(Group group, Event event);{code} > In webAdmin implement the following endpoints: > {code:java} > curl -POST /events/deadLetter/events?action=reDeliver > curl -POST > /events/deadLetter/groups/ListeningQuotaUpdaterGroup/events?action=reDeliver > curl -POST > /events/deadLetter/groups/ListeningQuotaUpdaterGroup/events/UUID?action=reDeliver{code} > And the tasks that backs it up. > Implement tests for EventBus method addition & for WebAdmin new routes. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org