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 camel-spring-boot-starter should automatically includes another camel component's starter when it is needed for springboot auto configuration. But in sjms2 document , it suggests to add camel-sjms2-starter for springboot project, See document link below https://camel.apache.org/staging/components/latest/sjms2-component.html Any suggestions are more than welcome! W.Y