Claus Ibsen-2 wrote:
> 
> You can use redeliverUntil to determine whether or not redelivery should
> occur.
> 
> And you can get the failed endpoint as a property:
> String failedEndpointUri =
> exchange.getProperty(Exchange.FAILURE_ENDPOINT, String.class);
> 
> Then in your redeliverUntil you can have different number of
> redeliveries based on the endpoint.
> 
> There is no DSL configuration that allows you to configure redelivery
> policies per endpoint.
> Which we in the future could implement if there is a demand for that.
> But error handling is complex and adding that just makes it more
> complex :)
> 

to do this I'd need to specify a 'custom property' for each endpoint,
I've tried doing that at URI level but runs in
org.apache.camel.ResolveEndpointFailedException due to the wrong parameter

-- 
View this message in context: 
http://old.nabble.com/recipientList-redelivery-tp27143430p27143640.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to