summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhostnode/AbstractStandardVirtualHostNode.java
Commit message (Expand)AuthorAgeFilesLines
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-10/+18
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-0/+30
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-44/+58
* QPID-5937 : [Java Broker] Add parameters to REST servlet to allow return of a...Robert Godfrey2014-07-291-1/+1
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-1/+1
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-1/+1
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-2/+0
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-9/+4
* QPID-5803: [Java Broker] Add a utilised flag to the VHN context after the blu...Keith Wall2014-06-201-1/+13
* QPID-5803: [Java Broker] Add ability for the virtualhostnode to create a virt...Keith Wall2014-06-071-33/+25
* QPID-5800: [Java Broker] Remove the now redundant MessageStore/DurableConfigu...Keith Wall2014-06-071-22/+0
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-3/+10
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+1
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-201-3/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-2/+2
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-3/+3
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-1/+9
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-3/+4
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-261-238/+25
* QPID-5615 : Address review comments from Alex RudyyRobert Godfrey2014-04-251-3/+2
* QPID-5715: [Java Broker] Defect fix - when stop the VHN before deleting itKeith Wall2014-04-251-1/+29
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-0/+354