如何配置Spring io从文件和进程字符串中读取消息并推送到队列

时间:2014-07-07 07:46:20

标签: spring spring-integration spring-io

我需要的步骤:

  1. 读取文件
  2. 将文件中的xml字符串作为文本
  3. 将文本作为消息推送到QUeue
  4. 如何在Spring io中配置?文件入站通道,出站通道队列,如何添加处理器?

1 个答案:

答案 0 :(得分: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您可以选​​择出站适配器