0

我正在考虑在关键任务应用程序中使用 Akka camel。当前 Akka 2.1 中使用的 Apache Camel 版本是什么?如何在 Akka 中使用最新的 Apache Camel?

4

1 回答 1

1

Akka dependencies看来,akka-camel 使用的是 Apache Camel 2.10.0:

val camelCore = "org.apache.camel" % "camel-core" % "2.10.0" exclude("org.slf4j", "slf4j-api") // ApacheV2
于 2013-02-05T20:17:40.780 回答