Retry Processing

2010-04-13 Thread PatrickVB
Hi all, I want to implement the following functionality The system received an xml message on a queue. The message contains references to files for your information. This message is then forwarded to a processor which is responsible for performing extraction (unzipping, unrarring,...) of

Re: Retry Processing

2010-04-13 Thread PatrickVB
find any good links. Also the Camel in Action books cover extensively Error Handling in chapter 5. And in chapter 13 you can read about managing routes at runtime, eg dynamic starting and stopping routes etc. On Tue, Apr 13, 2010 at 9:21 AM, PatrickVB patrick.vanbrab...@gmail.com wrote

Camel to invoke Webservice hosted on dot net

2010-04-10 Thread PatrickVB
Dear all, I'm a newbie to camel and could not find any reference to anything similar. In my use case I have to invoke a webservice which is implemented using WCF(Windows Communication Foundation) on dot net 3.5. Is such a thing possible? Which camel component would I have to to use? Are there