Re: RMI Component in camel

2009-02-17 Thread Claus Ibsen
Hi You can check out the unit test source code http://svn.apache.org/viewvc/camel/trunk/components/camel-rmi/ I guess the rmi wiki page could use an update. http://camel.apache.org/rmi.html If you get it working and feel like it, we would love feedback/countributions on this RMI component

Interceptor / stop / xml configuration file

2009-02-17 Thread mta38
Hi all, I want to use interceptor in my route. But I think I may do something wrong Here is my code route from uri=direct:a / intercept interceptor id=intercept1 ref=validateInterceptor/ to uri=mock:test/ stop/ /intercept

Re: Interceptor / stop / xml configuration file

2009-02-17 Thread Claus Ibsen
Hi You should only use the intercept tag, and then route to whatever you want to do route from uri=direct:a / intercept processRef ref=validateInterceptor/ to uri=mock:test/ stop/ /intercept to uri=direct:b/

Camel event handling code

2009-02-17 Thread Stephen J
I have written some code to add event handling to camel. From what I've read on the forums and a number of the JIRA tickets there seems to be a need for some type of event handling built into camel. If someone who is familiar with camel internals would take this code for a spin and see if the

Redeliver to end of Endpoint/Queue?

2009-02-17 Thread efender
Is it possible to have an exchange/message that threw an exception during processing be redelivered to the end of the queue instead of staying at the front of the queue and holding up all messages that are behind it? Some sort of interceptor or callback or customization to DeadLetterChannel?

[ANN] Apache Camel 1.6.0 Release

2009-02-17 Thread Hadrian Zbarcea
The Camel team is pleased to announce the release of Apache Camel [1], version 1.6.0. This version features 169 issues fixed including: - two new components (freemarker and restlet) - numerous fixes in camel components (http, jetty, mina, ftp, etc) - DLC additions and improvements - improved

Re: Redeliver to end of Endpoint/Queue?

2009-02-17 Thread efender
After thinking about this some more, what I'd really like is to be able to consume a message at some time in the future. If an exception occurs during processing, instead of the processing thread sleeping for the delay period, the message should be re-delivered with something like a consume_time