Re: [HEADS UP] - Optimzing routing engine to reduce stack frames in use during routing

2013-05-30 Thread Raul Kripalani
Hey Claus, It's on my plate for this weekend. Regards, Raúl. On Tue, May 28, 2013 at 12:18 PM, Claus Ibsen wrote: > Possible 2 + 3 implemented. > > > Raul did you by any chance had a chance to take a look also? > > What remains is gnodets suggest which has been listed as task 18. > And then th

[HEADS UP] - Camel routing engine dumps message history when exhausted exception is logged

2013-05-30 Thread Claus Ibsen
Hi Just started on a prototype for being able to turn on|off a message history output in the error log when Camel logs an exhausted exception. There is a sample at: https://gist.github.com/davsclaus/5678776 The idea is to aid our end users, to let them easier spot where in a route the exception

Need Help for reprocessing failed messages in camel

2013-05-30 Thread loganathan
I had one table to track the route success and failure messages.what my requirement is i have to reprocess the failed messages that i have tracked in the table.Is camel provides any feature to do this?Anyone help for this problem is highly appreciated.. -- View this message in context: http://c

Re: Need Help for reprocessing failed messages in camel

2013-05-30 Thread Claus Ibsen
Hi This is the wrong mailing list / forum to ask questions about Camel. You should use the @user mailing list / forum as we say here http://camel.apache.org/mailing-lists.html http://camel.apache.org/discussion-forums.html On Thu, May 30, 2013 at 3:08 PM, loganathan wrote: > I had one table to

Re: [HEADS UP] - Optimzing routing engine to reduce stack frames in use during routing

2013-05-30 Thread Claus Ibsen
Hi Have been working with the API while implementing all these optimizations, I went for renaming Task -> Advice. As its really an before + after advice we perform in the CamelInternalProcessor. At this time I think the optimization is done. There is a potential optimization in the SendProcessor

Re: Camel-CSV file reading

2013-05-30 Thread Christian Müller
The error you are seeing is probably because you don't have your JAVA_HOME path set up correctly. See [1] for further details. [1] http://stackoverflow.com/questions/5756299/maven-3-artifact-problem Best, Christian Müller - Software Integration Specialist Apache Camel committe