On what platform are you running your test? I just ran a test using your input file using two routes:
from("file://target/inbox").to("jms:queue:myfiles"); from("jms:queue:myfiles").to("file://target/outbox"); The file was copied from inbox to outbox and I was able to open the file in excel. If you would like, I can check in my example into github for you to play with it. James On Wed, Oct 16, 2013 at 8:53 AM, niels_s <steni...@gmail.com> wrote: > I did some more testing by replacing the activemq queues with direct's but > the problem stays. > I'm experiencing this only with Excel files. It seems like interroute > communication is causing some issues, I'm guessing with encoding but just > guessing. > Never saw this before with other kind of files. Anybody an idea what could > be causing this? > Or how I could debug this a little further to get some more meaningful > information? > > @Christian Mueller: Sorry, thought I was already subscribed, is there a way > to see if I'm subscribed correctly now? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Can-t-move-excel-files-correctly-ActiveMQ-bug-tp5741661p5741667.html > Sent from the Camel - Users mailing list archive at Nabble.com.