Trần Tiến Đức created MAILBOX-382:
-------------------------------------

             Summary: 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


* The event bus need a method for re-delivering an event to a group.
 * Mono<Void> reDeliver(Group group, Event event);



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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to