Ok, I found it! http://doc.akka.io/docs/akka/2.3.3/scala/camel.html#CamelExtension and http://doc.akka.io/docs/akka/2.3.3/general/configuration.html#akka-camel
"By Default, a new CamelContext <https://svn.apache.org/repos/asf/camel/tags/camel-2.8.0/camel-core/src/main/java/org/apache/camel/CamelContext.java> is created when the CamelExtension starts. If you want to inject your own context instead, you can extend the ContextProvider <http://github.com/akka/akka/tree/v2.3.3/akka-camel/src/main/scala/akka/camel/ContextProvider.scala> trait and add the FQCN of your implementation in the config, as the value of the "akka.camel.context-provider". This interface define a single method getContext used to load the CamelContext <https://svn.apache.org/repos/asf/camel/tags/camel-2.8.0/camel-core/src/main/java/org/apache/camel/CamelContext.java> ." Thanks. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
