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
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
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