Hi,

Can you try the latest released Camel 1.6.1 ?
There are some improvement about the file component since Camel 1.5.

Willem

padcom wrote:
Hi there,

I've got a configuration problem with ActiveMQ and Camel routing. Here's my
route:

<route>
  <from uri="file:///C:/Input?delete=true"/>
<convertBodyTo type="java.lang.String"/> <to uri="activemq:weather-info"/>
</route>

Everything works fine until the file names are not duplicated. When the
duplication starts (and it starts after an hour because the files I receive
are named that way) nothing else gets processed. Unfortunately I have no
control over the generation of file names because it is an external system
that generates them.

I'm using ActiveMQ 5.2.0 as-is from the Apache ActiveMQ download site
(meaning with Camel 1.5.0).

Thanks in advance,
Matthias.

Reply via email to