Camel 2.8.0 new features for Karaf/ServiceMix
Camel provides Karaf features descriptor since quite a long time now. But Camel 2.8.0 will include new Karaf features very useful and turning Karaf and ServiceMix as the main container to run Camel. Install Camel in Karaf Installing Camel in Karaf is very simple as a features descriptor is provided. It means that you can register the Camel features descriptor in your running Karaf instance: karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.8.0/xml/features Now, you have the Camel features available: karaf@root> features:list|grep -i camel [uninstalled] [2.8.0 ] camel repo-0 [uninstalled] [2.8.0 ] camel-core repo-0 [uninstalled] [2.8.0 ] camel-spring repo-0 [uninstalled] [2.8.0 ] camel-blueprint repo-0 Deploy Camel features To start using Camel in Karaf, you have to install at least the camel feature: root@karaf> features:install camel Depending o...