我需要从队列中读取消息。 queue有body和header,这个body和header我想在下一个处理器读取的每个文件中使用。
from("activemq:index.init")
//.process(new PrintProcessor())
.from("file:/home/arvind/Desktop/Camel/Index?noop=true&recursive=true").
位置
/家庭/ Arvind的/桌面/骆驼/索引
在处理所有文件和文件夹时,我有很多文件夹和文件,我想要标题(来自activemq)。
我在打印处理器中尝试了从in.header中的标题头并设置在out.header但是没有用。
由于