summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/virtualhost
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-122-33/+10
* Add sync/async varients to most ACO methodsKeith Wall2015-03-091-37/+200
* rewrite closeRobert Godfrey2015-03-051-2/+9
* merge from trunkKeith Wall2015-03-032-59/+151
* Connection close is now performed by i/o threadKeith Wall2015-02-191-1/+2
* Merge from trunkKeith Wall2015-01-273-13/+33
|\
| * QPID-6291: [Java Broker] Remove the now defunct supported attributes: VH#supp...Keith Wall2014-12-291-12/+0
| * QPID-6289: [Java Broker] Extend Java Broker model to encapsulate permitted ch...Keith Wall2014-12-272-1/+33
* | Force close connection on 0-10 when message sent to closing virtual hostRobert Godfrey2014-12-101-0/+33
|/
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-082-14/+80
* QPID-6214: [Java Broker] Change asynch recoverer to allow for task cancellationKeith Wall2014-11-054-17/+80
* QPID-6192: [Java Broker] On close, close the connections before exchanges/queuesKeith Wall2014-10-281-1/+7
* QPID-6184: Add special thread factory to use with Executors which creates Thr...Alex Rudyy2014-10-231-1/+2
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-171-13/+0
* QPID-6131: [Java Broker] Mark virtualhosts that are being closed as UNAVAILAB...Keith Wall2014-10-031-0/+1
* QPID-6126: Add checks to allow operations with configured objects in ERRORED ...Alex Rudyy2014-10-021-4/+4
* QPID-6126: Add ability to validate CO attributes on creation, transit COs int...Alex Rudyy2014-10-011-2/+42
* QPID-6114: Remove redundant overridden getAttribute(String) method from CO an...Alex Rudyy2014-09-251-11/+0
* QPID-6114: Migrate the State member variable to AbstractConfiguredObject classAlex Rudyy2014-09-241-18/+6
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-151-1/+1
* QPID-6010 : [Java Broker] Remove unnecessary system properties for controllin...Robert Godfrey2014-08-191-1/+1
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-1/+1
* QPID-3978 : [Java Broker] Allow for acquired messages to be removed from a qu...Robert Godfrey2014-08-081-4/+17
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-062-2/+59
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-311-5/+54
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-261-1/+1
* QPID-5907 : [Java Broker] Remove unreferenced messages from the store in asyn...Robert Godfrey2014-07-251-2/+19
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-2/+3
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-204-334/+865
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-1/+2
* QPID-5873: [Java Broker] Allow ACL rules to be applied to VirtualHostNode obj...Keith Wall2014-07-041-8/+6
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-261-1/+2
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-263-62/+102
* QPID-5834: [Java Broker] Move validation that prevents to deletion of default...Keith Wall2014-06-242-14/+11
* QPID-5802: [Java Broker] Refactor VH implementations to avoid duplicated mess...Keith Wall2014-06-132-33/+23
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-063-165/+90
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-0/+2
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-062-4/+7
* QPID-5795: [Java Broker] Prevent ConnectionAdapter leak when closing a messag...Keith Wall2014-05-301-54/+5
* QPID-5782: [Java Broker] Prevent VH housekeeper trying to check the state of ...Keith Wall2014-05-291-12/+16
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-12/+6
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-3/+3
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-203-87/+64
* QPID-5766: Intitialisation of StatisticsCounter objects can lead to NPE.Keith Wall2014-05-161-11/+5
* QPID-5574 : [Java Broker] remove redundant state transitionsRobert Godfrey2014-05-091-9/+2
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-082-61/+45
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-022-8/+9
* QPID-5578 : Address Review comment from Keith Wall re: r1589912Robert Godfrey2014-04-282-6/+6
* QPID-5665 : Address review comments from Alex RudyyRobert Godfrey2014-04-281-118/+1
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-0/+2