Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
1.4. Instructions for JBoss Fuse on Karaf
Install the Integration Pack on JBoss Fuse on Karaf 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The Integration Pack pack must be installed on an instance of JBoss Fuse on Karaf. Make sure that the server is stopped.
Important
The Integration Pack can only be installed in a standalone Karaf container. The Integration Pack is not supported in Fabric.
- Download
fuse-integration-karaf-distro-1.7.0.redhat-version.zip
and unpack the .zip files on to JBoss Fuse on Karaf. - Start JBoss Fuse.
- In Karaf, add Karaf BRMS assemblies:
features:addurl mvn:org.apache.karaf.assemblies.features/brms-features/2.4.0.redhat-630283/xml/features
features:addurl mvn:org.apache.karaf.assemblies.features/brms-features/2.4.0.redhat-630283/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add Drools if it has not already been added:
features:addurl mvn:org.drools/drools-karaf-features/6.5.0.Final-redhat-15/xml/features-fuse
features:addurl mvn:org.drools/drools-karaf-features/6.5.0.Final-redhat-15/xml/features-fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the JBoss Fuse integration features files:
features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.7.0.redhat-630036/xml/features
features:addurl mvn:org.jboss.integration.fuse/karaf-features/1.7.0.redhat-630036/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the core features by entering the following command:
features:install feature-name
features:install feature-name
Copy to Clipboard Copied! Toggle word wrap Toggle overflow and replacing feature-name with the feature name one at a time:fuse-bxms-switchyard-bpm fuse-bxms-switchyard-common-knowledge fuse-bxms-switchyard-rules
fuse-bxms-switchyard-bpm fuse-bxms-switchyard-common-knowledge fuse-bxms-switchyard-rules
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add the JBoss Fuse integration quickstart features files:
features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.7.0.redhat-630036/xml/features
features:addurl mvn:org.jboss.integration.fuse.quickstarts/karaf-features/1.7.0.redhat-630036/xml/features
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the quickstart features by entering the following command:
features:install feature-name
features:install feature-name
Copy to Clipboard Copied! Toggle word wrap Toggle overflow and replacing feature-name with the feature name one at a time:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
The Fuse integration quickstarts can be found in
fuse_install_dir/quickstarts/fuse-integration
. Navigate to the directory for the quickstart you want to run. Follow the instructions in the README file to execute the quickstart. Each quickstart has different instructions.