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.
-- 
View this message in context: 
http://www.nabble.com/Camel-File-consumer-and-messages-with-the-same-file-name-tp24924475p24924475.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to