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.Chapter 2. Installation Types
2.1. Overview of Installation Types Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
You can install Red Hat JBoss Fuse with the following feature sets:
- Full install—the package that is available for download from the Red Hat Customer Portal installs Apache Karaf, Apache Camel, Apache ActiveMQ, Apache CXF, and the Fuse Management Console (Hawtio).
- Custom assembly—it is possible to create your own custom assembly of JBoss Fuse 6.2, containing a customized subset of the JBoss Fuse features and bundles. You can use this approach to replace the Minimal and the Medium install types, which were available for versions of JBoss Fuse prior to 6.2. To create a custom assembly of JBoss Fuse, proceed as follows:
- Download and install the standard Full Install from the Red Hat Customer Portal, as described in Chapter 3, Installing.
- Go to the
InstallDir/quickstarts/customproject and read the instructions inInstallDir/quickstarts/custom/README.mdfor creating a custom assembly. - After customizing the configuration of the
quickstarts/customproject, build the project by entering the command:mvn clean install
mvn clean installCopy to Clipboard Copied! Toggle word wrap Toggle overflow - The result of building this project is a custom assembly file, in the following location:
InstallDir/quickstarts/custom/target/custom-distro-ProjectVersion-bin.zip
InstallDir/quickstarts/custom/target/custom-distro-ProjectVersion-bin.zipCopy to Clipboard Copied! Toggle word wrap Toggle overflow - You can now install the custom assembly by unzipping the
custom-distro-ProjectVersion-bin.zipfile into a convenient location on the file system.
NoteThequickstarts/customproject is based mainly on the following Maven plug-ins:features-maven-pluginandmaven-assembly-plugin. For more details about thefeatures-maven-pluginplug-in, see section "Generating a Custom Offline Repository" in "Deploying into the Container".