LibraryToggle FramesPrintFeedback

You can configure the Fuse ESB runtime using the following files:

Table 3.1. Fuse ESB Configuration Files

FilenameDescription
activemq-broker.xmlConfigures the embedded Apache ActiveMQ broker
config.propertiesThe main configuration file for the container See Setting System and Config Properties for details.
org.apache.felix.fileinstall-deploy.cfgConfigures a watched directory and polling interval for hot deployment.
org.apache.karaf.features.cfgConfigures a list of feature repositories to be registered and a list of features to be installed when Fuse ESB starts up for the first time. See Configuring Features for more.
org.apache.karaf.log.cfgConfigures the output of the log console commands. See Logging Configuration.
org.apache.karaf.management.cfg

Configures the JMX system. See Configuring JMX for details.

org.apache.karaf.shell.cfg

Configures the properties of remote consoles. For more information see Configuring Remote Instances.

org.apache.aries.transaction.cfgConfigures the transaction feature
org.ops4j.pax.logging.cfg

Configures the logging system. For more, see Logging Configuration.

org.ops4j.pax.url.mvn.cfgConfigures additional URL resolvers

startup.properties

Specifies which bundles are started in the container and their start-levels. Entries take the format bundle=start-level.
system.properties

Specifies Java system properties. Any properties set in this file are available at runtime using System.getProperties(). See Setting System and Config Properties for more.

users.propertiesLists the users who can access the Fuse ESB runtime either remotely or via the web console. The file's contents take the format username=password,role

Comments powered by Disqus