Reputation: 2504
I want to get message from(amq) and write to(some file). I able to get message from AMQ but couldn't create file. Please tell me where is a problem here is my route.
from("test-jms:queue:Test-AMQ").to("file:test?doneFileName=${file:name}.done");
Upvotes: 2
Views: 9431