Hi, I think you only missed to define your cluster in your blueprint like this
Before the camelcontext only add this line. <bean id="clusterFIFI" class="org.apache.camel.component.file.cluster.FileLockClusterService"/> Hope it's help Daniel Langevin -----Message d'origine----- De : Ephemeris Lappis <ephemeris.lap...@gmail.com> Envoyé : 21 avril 2022 06:33 À : users@camel.apache.org Objet : Component master example Hello. I'm trying a very simple usage of the master component using a blueprint (attached) on Karaf. I have added the required camel features (blueprint, master), but when my bundle starts I get an error message : "Caused by: java.lang.IllegalStateException: No cluster service found" I've also tried to install some of the camel cluster service features, but none is taken into account "by default". Is there any way to set such a cluster service out of the application's blueprints ? Any example ? Thanks for your help. Regards.