Can Camel Context be shared between an Akka Actor application and a Spring Boot jar file it is consuming. I want to route endpoints in the jar to the actor. Although many examples and readings seem to state this as a trival task, the execution is not the case. I see 2 camel context's started, one in Spring Boot when it is instantiated within the Scala application using "SpringApplication.run(classOf[Application])" and one in the Akka application on calling "CamelExtension(actorSystem).context". I have spent some time on this. Recently I noted in a support forum this was not possible and using direct-vm would be a solution. With limited information available, could someone here guide me ?
-- View this message in context: http://camel.465427.n5.nabble.com/Shared-Camel-Context-tp5777066.html Sent from the Camel - Users mailing list archive at Nabble.com.