The problem is described fully here:
http://stackoverflow.com/questions/19306531/akka-camel-2-2-1-route-definition-using-spring-xml
--
View this message in context:
http://camel.465427.n5.nabble.com/Spring-defined-routes-in-akka-camel-2-2-1-tp5740905p5741316.html
Sent from the Camel - Users mai
I'm trying to use the akka-camel support to consume from a Camel endpoint
from an akka 2.2.1 Actor. However, I'd like to define the endpoint as
belonging to a routes in a CamelContext defined in a Spring XML file.
Something roughly like: and then receive it in an actor, like so:This fails
specta