How to autostart camel components on JBoss Fuse boot ?
Issue
-
We need to use camel velocity component in the route which will be deployed in JBoss Fuse. As we understand, since this component is not installed by default, we can install it using
features:install camel-velocity
and use it. -
If we need this component available as part of start up, what should we do? We tried adding camel-velocity into
/etc/org.apache.karaf.features.cfg featuresBoot list
and restated the service but still the feature is uninstalled when I triedfeatures:list|grep "camel-velocity"
.
Environment
- Red Hat JBoss Fuse
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.