Chapter 7. Fuse Application Bundle(FAB) Console Commands
The fab commands are used for managing Fuse Application Bundle(FAB)s.
There is no dedicated install command for FABs. To install a FAB, use the
osgi:install
command combined with the fab:
URL prefix. For example, to install the FAB mvn:org.fusesource.example/camel-example/1.0
use the following console command:
JBossA-MQ:karaf@root>
osgi:install fab:mvn:org.fusesource.example/camel-example/1.0