Re: Processing 5 files at a time - Threads? SEDA + Concurrent Consumers?

2009-12-30 Thread gmagniez
jonathanq wrote: > > I am trying to write a process that will use a file endpoint (camel 2.1.0) > to read from a directory. > > I need the process to read a file from the directory and then do some > processing on the contents (namely hitting a REST service for each record > in the file). We h

Camel-quartz

2009-02-27 Thread gmagniez
Hi, The camel-quartz component replace the character "/" by " ", but how can i use the "/" in the cron expression like from trigering something every five minutes: 0/5? I've found another thread about that problem but it was not resolved. http://www.nabble.com/camel-quartz-cron-trigger-endpoint-ur

TIPS: HowTo Use Producer annotations with java DSL only (no xml)

2009-02-09 Thread gmagniez
Hello, I was looking for using @Produce and @EndpointInject annotations without using Spring XML, but at the beginning with no success, my producer was null all the time. So after many and many runs of my application with differents CamelContext parameters, i've found some which works perfect for