Re: ErrorHandler and RetryPolicy

2014-10-28 Thread Ayache Khettar
I too love contributing to open source project. I will see if we can port the custom error handler that I intend to write into camel core. I will keep you posted. Ayache On 27 Oct 2014 21:39, "Christian Müller" wrote: > As always, we love contributions... ;-) > > Best, > > Christian > --

Re: ErrorHandler and RetryPolicy

2014-10-27 Thread Christian Müller
As always, we love contributions... ;-) Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linkedin.com/pub/christian-mueller/11/551/642 On Mon, Oct 27, 20

Re: ErrorHandler and RetryPolicy

2014-10-27 Thread akcameluser
Thanks Christian, yeah MQ based is the the scalable solution and I thought Camel would provide this out of the box. We will have to write a custom error handler using the delay and schedule message delivery provided by ActiveMQ. Ayache -- View this message in context: http://camel.465427.n5.na

Re: ErrorHandler and RetryPolicy

2014-10-27 Thread Christian Müller
It's an in-memory solution. For the requirement you described, we are using the scheduled message delivery option provided by ActiveMQ [1]. Unfortunately it's a bit more complicated to set it up, than the Camel provided in-memory redelivery - but no rocket science... [1] http://activemq.apache.or