必要な手順:
- ファイルを読む
- ファイルから xml 文字列をテキストとして取得する
- テキストをメッセージとしてキューにプッシュします
Spring ioでこれを構成するにはどうすればよいですか? ファイル インバウンド チャネル、アウトバウンド チャネル キュー、プロセッサの追加方法は?
必要な手順:
Spring ioでこれを構成するにはどうすればよいですか? ファイル インバウンド チャネル、アウトバウンド チャネル キュー、プロセッサの追加方法は?
このサンプルコードを確認してください
https://github.com/spring-projects/spring-integration-samples/tree/master/basic/file
以下の構成では
https://github.com/spring-projects/spring-integration-samples/blob/master/basic/file/src/main/resources/META-INF/spring/integration/fileCopyDemo-file.xml
代わりに<file:outbound-channel-adapter
、選択したアウトバウンドアダプターを使用できます