Apache Camel : “direct:start” endpoint - what does it mean ?

前端 未结 7 714
既然无缘
既然无缘 2021-02-02 05:38

I\'m new to Apache Camel. Can someone explain what \"direct:start\" means in Camel. Please see

http://camel.apache.org/http

from(\"direct:start\")
.to(         


        
7条回答
  •  旧巷少年郎
    2021-02-02 06:25

    direct:start provides synchronous ways to communicate between 2 endpoints and this is only been used if you want to communicate using camel messages and not generic file or xml messages.

提交回复
热议问题