Hi

What version of Camel do you use?

On Mon, Dec 8, 2014 at 1:19 AM, Minh Tran <darth.minhs...@gmail.com> wrote:
> Hi
>
> I've run into an issue where my route clears the headers right before a rest 
> call to prevent unintended headers being sent on the request. Something like 
> this.
>
> <removeHeaders pattern="*""/>
> <to uri="http4:blah"/>
>
>
> Unfortunately this seems to wipe out the CamelRedeliveryCounter as well. So 
> when an error occurs, redelivery just continues forever. I had to exclude 
> Camel* headers to prevent this from happening.
>
> Was there any reason why this wasn't put into properties instead or at least 
> there should be a warning on the removeHeaders documentation that to remove 
> all headers would mess up redelivery attempts.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to