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