R: Problem with Http component and redeliveryPolicy

2010-03-21 Thread Yari Marchetti
worked perfectly, thanks :) Da: Claus Ibsen [claus.ib...@gmail.com] Inviato: domenica 21 marzo 2010 14.14 A: users@camel.apache.org Oggetto: Re: Problem with Http component and redeliveryPolicy Hi You XML is invalid. The delay attribute is called

Re: Problem with Http component and redeliveryPolicy

2010-03-21 Thread Claus Ibsen
Hi You XML is invalid. The delay attribute is called redeliveryDelay, eg something like this: See this unit test just committed http://svn.apache.org/viewvc?rev=925764&view=rev On Sat, Mar 20, 2010 at 2:13 PM, Yari Marchetti wrote: > Hi everyone, > i configured Camel with

Re: Problem with Http component and redeliveryPolicy

2010-03-21 Thread Claus Ibsen
On Sat, Mar 20, 2010 at 2:13 PM, Yari Marchetti wrote: > Hi everyone, > i configured Camel with a route like: > > >     > >     >        java.net.ConnectException >                                          backOffMultiplier="2" >                                  delay="1000" >                    

R: Problem with Http component and redeliveryPolicy

2010-03-21 Thread Yari Marchetti
yes i'm sorry, completely forgot about it. I'm using version 2.2.0 Da: Claus Ibsen [claus.ib...@gmail.com] Inviato: sabato 20 marzo 2010 15.03 A: users@camel.apache.org Oggetto: Re: Problem with Http component and redeliveryPolicy Hi Remember to

Re: Problem with Http component and redeliveryPolicy

2010-03-20 Thread Claus Ibsen
Hi Remember to state the versions you are using. See this wiki page please http://camel.apache.org/support.html On Sat, Mar 20, 2010 at 2:13 PM, Yari Marchetti wrote: > Hi everyone, > i configured Camel with a route like: > > >     > >     >        java.net.ConnectException >                  

Problem with Http component and redeliveryPolicy

2010-03-20 Thread Yari Marchetti
Hi everyone, i configured Camel with a route like: java.net.ConnectException GET http://localhost:81"; /> but i found 2 problems: 1) the exponential backoff and delay seems to not be working correctly With the above configuration i s