summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java
Commit message (Expand)AuthorAgeFilesLines
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-2/+2
* rewrite closeRobert Godfrey2015-03-051-4/+6
* merge from trunkKeith Wall2015-03-031-0/+37
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-191-1/+8
* QPID-6265: Allow suppression of system out operational logging in broker star...Alex Rudyy2014-12-101-4/+17
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-82/+16
* QPID-6263 : [Java Broker] Remove knowledge of BrokerOptions from SystemConfig...Robert Godfrey2014-12-071-1/+1
* QPID-6263 : [Java Broker] remove ApplicationRegistryRobert Godfrey2014-12-061-20/+81
* QPID-6219: [Java Broker] Fix failing BrokerLoggingTest introduced by my previ...Keith Wall2014-11-091-3/+5
* QPID-6219: [Java Broker] Configure logging before using QpidService to avoid ...Keith Wall2014-11-081-6/+7
* QPID-6142: Fix NPE thrown on startup when broker fails to start due to CO val...Alex Rudyy2014-10-141-0/+22
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+3
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-37/+15
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-2/+1
* QPID-5578 : Make TaskExecutor an interface and provide a test-only current th...Robert Godfrey2014-04-251-6/+4
* QPID-5715: [Java Broker] Refactor VirtualHostStoreUpgraderAndRecoverer/Broker...Keith Wall2014-04-221-1/+3
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-2/+2
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-4/+8
* QPID-5690 : [Java Broker] Improve mechanisms for validating and reacting to c...Robert Godfrey2014-04-131-1/+2
* QPID-5686 : [Java Broker] Make handling of parents of ConfiguredObjects consi...Robert Godfrey2014-04-121-1/+2
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-041-5/+16
* QPID-5048: dby profiles, bdb test deps and config for perftests-systests & bd...Alex Rudyy2014-03-211-4/+15
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-9/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-5/+7
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-15/+37
* NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-231-2/+2
* QPID-5429: [Java Broker] Exceptions causing startup failure now written to qp...Keith Wall2014-01-101-0/+1
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-031-2/+0
* QPID-5159: move the entire broker dir to broker-core, no other changes, fixup...Robert Gemmell2013-09-231-0/+279