0

必要な手順:

  1. ファイルを読む
  2. ファイルから xml 文字列をテキストとして取得する
  3. テキストをメッセージとしてキューにプッシュします

Spring ioでこれを構成するにはどうすればよいですか? ファイル インバウンド チャネル、アウトバウンド チャネル キュー、プロセッサの追加方法は?

4

1 に答える 1

1

このサンプルコードを確認してください

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、選択したアウトバウンドアダプターを使用できます

于 2014-07-07T10:14:48.357 に答える