You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Rajika Kumarasiri (JIRA)" <ji...@apache.org> on 2010/04/27 13:26:34 UTC

[jira] Commented: (SYNAPSE-263) Implementing a message store/ message redelivery

    [ https://issues.apache.org/jira/browse/SYNAPSE-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861371#action_12861371 ] 

Rajika Kumarasiri commented on SYNAPSE-263:
-------------------------------------------

This feature should be covered once the GSOC project on implementing dead letter channel is completed. 

Rajika

> Implementing a message store/ message redelivery
> ------------------------------------------------
>
>                 Key: SYNAPSE-263
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-263
>             Project: Synapse
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.1, 1.1.1-QA-B1, 1.1.1-QA-B2, 1.1.1-QA-B3, 1.1.1, NIGHTLY
>            Reporter: Jens Goldhammer
>             Fix For: FUTURE
>
>
> It would be very nice if Synapse would support a message store (dead-letter channel in EIP-book from Hohpe) for messages which cannot be delivered to an endpoint. For more information look at https://wso2.org/jira/browse/ESBJAVA-446
> Furthermore it would be nice to have a mechanism for resending messages which could not be delivered for the first time. Maybe it would be nice to have a configuration for the send-mediator.
> <send retry="true" maxRetry="3" RetryInterval="1|5|20"/>
> This example shows that the send-mediator should retry the sending if it fails for the first time. However, Synapse should retry it for three times (maxRetry) where the interval for retrying is given by parameter RetryInterval. RetryInterval is specified in minutes. The first retry should be made after one minute, the next retry after 5 and the last one after 20 minutes.
> If all resending fail, the message will be put into the message store. This enables the admin to resend the message...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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