Apache camel pass headers in recipient list

后端 未结 0 1671
傲寒
傲寒 2021-01-30 16:29

I have the below route set with two processors defined for the route.

from(direct: a)
.streamCaching()
.process(new MyProcessorA())
.toD(endpoint)
.to("log:D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题