ID on bean after wire tap issue?

2019-08-03 Thread Sebastian Czort
Hi, Is there an issue when calling id() after a bean() call after a wireTap() call when configuring routes? It looks like the ID gets set on the WireTapDefinition instead of on the BeanDefinition, which is illustrated by the failing test below. Is there a preferred workaround for mocking a bean

Re: Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-03 Thread Claus Ibsen
You need to use the -starter JARs also for other components. On Sat, Aug 3, 2019 at 9:38 AM Wang Yan wrote: > > I am currently using camel + Springboot for my project > > I also want to use camel sjms2 component > > my question is > > I already used camel-spring-boot-starter in project's dependen

Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-03 Thread Wang Yan
I am currently using camel + Springboot for my project I also want to use camel sjms2 component my question is I already used camel-spring-boot-starter in project's dependency for springboot auto configuration. Do I also need to add camel-sjms2-starter in dependency as well? My gut feeling is