Just a heads up that I'm starting to work on centralising all the java
servers config into one place (see QPID-1612). I'm going to leave it
as an instance on application registry singleton, but it'll be a
ServerConfiguration instead of a
o.a.commons.configuration.Configuration and have getValueForFoo()
methods instead of getInt("foo.value"). This should let us a) support
a better configuration file in the future without breaking the current
one b) remove a fair amount of cruft and c) provide a clearer idea of
what we let people configure.It's a bit purify-with-fire-and-bleach and wide ranging over the code base, so if there's conflicts with something you're doing I apologise in advance. - A -- Apache Qpid - World Domination through Advanced Message Queueing http://qpid.apache.org --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
