[ 
https://issues.apache.org/jira/browse/SYNAPSE-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vanjikumaran Sivajothy updated SYNAPSE-1017:
--------------------------------------------
    Attachment: SYNAPSE1017.diff

> Extend the endpoint configuration to configure retry codes.
> -----------------------------------------------------------
>
>                 Key: SYNAPSE-1017
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-1017
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Vanjikumaran Sivajothy
>            Assignee: Hiranya Jayathilaka
>         Attachments: SYNAPSE1017.diff
>
>
> As of now, synapse only allows to disable the retry. However in enterprise 
> need. There is a requirement to allow the retry of only certain error codes.
> This improvement will allow the user to  to specify the error code in Synapse 
> config and retry for given set of code.
> {code}
> <endpoint xmlns="http://ws.apache.org/ns/synapse"; name="SampleRetryConfig">
> <address uri="...">
> <retryConfig>
> <enabledErrorCodes>101504</enabledErrorCodes>
> </retryConfig>
> <timeout>
> <duration>10000</duration>
> <responseAction>discard</responseAction>
> </timeout>
> </address>
> </endpoint>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to