如何在Apache Camel 2.10中访问“routeId”?
我看到该属性存在于camel 2.11。
来自Simple Expression Langauge docs
${routeId}
String
Camel 2.11: Returns the id of the current route the Exchange is being routed.
还有另一个简单的黑客可用吗?
答案 0 :(得分:3)
不,你需要做一小段代码来获取路由ID。您可以查看Camel 2.11的源代码,看看Camel是如何在该函数中完成的。