Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
(amq)からメッセージを取得し、(いくつかのファイル)に書き込みたい。AMQ からメッセージを取得できましたが、ファイルを作成できませんでした。どこに問題があるのか教えてください。私のルートです。
from("test-jms:queue:Test-AMQ").to("file:test?doneFileName=${file:name}.done");
実際の例については、この単体テストを参照してください。
https://svn.apache.org/repos/asf/camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRouteToFileTest.java