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.Questo contenuto non è disponibile nella lingua selezionata.
7.4. Installing Your First Quickstart Application
The following procedure demonstrates how to install and run the
camel-quartz-binding
quickstart application. This application makes use of the camel-quartz
component which schedules a logging service to run every second.
- Start the Apache Karaf container:
./installDir/bin/fuse
./installDir/bin/fuse
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - List the available SwitchYard features by entering the following console command. If this is a fresh instance, they will all be uninstalled at this point.
JBossFuse:karaf@root> features:list | grep switchyard
JBossFuse:karaf@root> features:list | grep switchyard
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Install thecamel-quartz-binding
application by entering the following console command:JBossFuse:karaf@root> features:install switchyard-quickstart-camel-quartz-binding
JBossFuse:karaf@root> features:install switchyard-quickstart-camel-quartz-binding
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - List the SwitchYard features again. You will now see that the camel-quartz-binding application (the switchyard-quickstart-camel-quartz-binding feature) has been installed, along with its dependencies as defined by the SwitchYard features file.
- View the output from the installed (and running) application by entering the following console command:
JBossFuse:karaf@root> log:tail
JBossFuse:karaf@root> log:tail
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note
Find out more about this quickstart application in
installDir/quickstarts/switchyard/camel-quartz-binding/Readme.md
.