Re: Suspending route/context if one component can't process messages

2013-03-07 Thread Claus Ibsen
Hi Yeah you can implement a custom PollingConsumerPollingStrategy http://camel.apache.org/polling-consumer.html And then suspend/stop the consumer if it has failed to often. On Wed, Mar 6, 2013 at 5:15 PM, DOLECEK Ales wrote: > Hello, > > I have endpoints that communicate with 3rd party prop

Suspending route/context if one component can't process messages

2013-03-06 Thread DOLECEK Ales
Hello, I have endpoints that communicate with 3rd party proprietary backend server. If connection to the server is lost processing fails and Camel tries to re-process the exchanges again and again, until the connection is restored and the exchanges might pass through. Since there is high traffi