Top "Spring-camel" questions

Spring wrapper over Apache Camel

org.apache.camel.NoSuchBeanException: No bean could be found in the registry for:

I have the following route definition: @Component public class CamelRoutes extends RouteBuilder { @Override public void configure() throws Exception { from("seda:…

java spring apache-camel spring-camel
Spring boot and camel testing with @SpringBootTest

I have spring boot app, with spring boot of version 1.5.8 and there camel 2.20.1 Simple route : @Component public class MyRoute extends …

java spring-boot apache-camel spring-boot-test spring-camel