surlac
surlac

Reputation: 2961

WSO2 ESB: message processor exponential redelivery

I use message processors on WSO2 ESB 4.7.0 and I need to deliver a message to endpoint (which can be unavailable).
How would I implement exponential back-off redelivery strategy?

Upvotes: 2

Views: 384

Answers (1)

Nadeesha
Nadeesha

Reputation: 885

This scenario can be covered through a dead letter channel, please refer to the following link on how this can be done. http://docs.wso2.org/wiki/display/IntegrationPatterns/Dead+Letter+Channel

Upvotes: 1

Related Questions