Re: Camel 3.0.0 Failed to start route route because of Multiple consumers for the same endpoint is not allowed

2020-03-12 Thread Claus Ibsen
Try with Camel 3.1.0 On Thu, Mar 12, 2020 at 2:25 PM Ranabroto Ghosh wrote: > > Hi I am having this clueless problem > *pom.xml: * > > org.springframework.boot > spring-boot-starter-web > > >org.apache.camel.springboot > camel-spring-boot-starter >3.0.0 > > > org.apache.camel >

Camel 3.0.0 Failed to start route route because of Multiple consumers for the same endpoint is not allowed

2020-03-12 Thread Ranabroto Ghosh
Hi I am having this clueless problem *pom.xml: * org.springframework.boot spring-boot-starter-web org.apache.camel.springboot camel-spring-boot-starter 3.0.0 org.apache.camel camel-jetty 3.0.0 *REST XML : * http://camel.apache.org/schema/spring;> *CAMEL ROUTE:*