Muneeb Nasir
Muneeb Nasir

Reputation: 2504

Write message to file in camel ?

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

Answers (1)

Related Questions