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

2020-03-24 Thread Ranabroto Ghosh
Hi Aymen, For me issue was with using multiple camel context. Define your rest end points using rest dsl in the same camel context where you have your camel routes. So this is not a bug thus womt be resolved. On Tue, 24 Mar 2020, 20:04 Aymen Furter, wrote: > Hi, > > I am having this exact

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

2020-03-24 Thread Aymen Furter
Hi, I am having this exact behavior on Camel 3.1.0. @Ranabroto Ghosh: Did moving to 3.1.0 fix this issue for you? Cheers Aymen Am Do., 12. März 2020 um 14:52 Uhr schrieb Claus Ibsen < claus.ib...@gmail.com>: > Try with Camel 3.1.0 > > On Thu, Mar 12, 2020 at 2:25 PM Ranabroto Ghosh > wrote:

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:*