Java Broker Configuration DesignPage edited by Phil HarveyChanges (1)
Full Content
Java Broker Configuration DesignThe Java broker configuration xml files have grown in complexity through M4 and reached a state where we need to look at the simplifying the design to help both our users and our selves. Current Issues
Improvement PlansAs we are currently using Commons Configuration it would make sense to made use to use as much of their code rather than writing our own. Steps to improving design:
Example for new config.xml that would work with Commons ConfigurationFactory: <configuration>
<system/>
<xml fileName="${QPID_HOME}/etc/broker-environment.xml" validating="true"/>
<xml fileName="${QPID_HOME}/etc/user-config.xml" optional="true" validating="true"/>
<xml fileName="${QPID_HOME}/etc/previous-broker-config.xml" validating="true"/>
</configuration>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] |
