[ConsumerTemplate] Concurrency problems in Camel 2.11.2 (attached test)

2013-09-27 Thread Aida
Hi, I have upgraded to Camel 2.11.2 . I'm trying to use the consumerTemplate for read files in parallel but I have two kind of errors: - Files that are not read (the receive method returns null when the file exists) - The content of the files is mixed (If I have the file "1.txt" with content "111

Re: [ConsumerTemplate] Concurrency problems in Camel 2.11.2 (attached test)

2013-10-01 Thread Aida
Hi, About reading files concurrently with the consumerTemplate, if this can help somebody in the future: I have found out that without using an implementation of GenericFileFilter in order to get the right file (but using the "fileName" endpoint parameter instead) there are no problems reading co