Apache Camel中camelContext和routeContext的区别是什么

时间:2016-09-29 11:49:08

标签: spring apache-camel

Apache Camel中的camelContext和routeContext有什么区别?何时使用camelContext和routeContext?

1 个答案:

答案 0 :(得分:5)

根据Camel文档:

现在可以在新<camelContext/>标记中定义<routeContext/>之外的路线。 <routeContext/>中定义的路由可由多个<camelContext/>重用。然而,它只是重复使用的定义。在运行时,每个CamelContext将根据定义创建自己的路由实例。

http://camel.apache.org/configuring-camel.html