summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/virtualhostnode/berkeleydb/BDBHAVirtualHostNodeImpl.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6048: Move permitted nodes attribute into BDB HA VH in order to be able ...Alex Rudyy2014-08-281-11/+95
* Merging from trunk r1619093:1620329 in the Java treeRobert Godfrey2014-08-251-29/+42
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-251-53/+99
* Merging from trunk r1617322:1617736 in the Java treeRobert Godfrey2014-08-251-71/+1
* Merging from trunk r1616861:1617235 in the Java treeRobert Godfrey2014-08-251-5/+11
* QPID-5967: Intruder node detection must be mandatory and should validate all ...Alex Rudyy2014-08-061-0/+91
* 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-3/+2
* QPID-5891: Add operational logging for the cases when remote node becomes det...Alex Rudyy2014-07-211-0/+10
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to passe...Keith Wall2014-07-201-3/+34
* QPID-5787 : [Java Broker] Management can observe a child object before its co...Robert Godfrey2014-07-161-0/+1
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-141-45/+88
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with rep...Keith Wall2014-07-081-9/+13
* QPID-5867: Add intruder protection functionality for a cluster of BDB HA virt...Alex Rudyy2014-07-041-9/+115
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-261-13/+1
* QPID-5715: Set BDB message store durability only once on opening of virtual h...Alex Rudyy2014-06-231-11/+0
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-10/+3
* QPID-5802: [Java Broker] Introduce separate VirtualHost typesKeith Wall2014-06-061-6/+0
* QPID-5801: [Java Broker] Elimination of the BDB facade's initialisation tasksKeith Wall2014-06-061-1/+2
* QPID-5800: [Java Broker} Refactor MessageStore implementations extracting a M...Keith Wall2014-06-061-5/+4
* QPID-5715: Use coalescing sync committer for message store transactions only ...Alex Rudyy2014-06-031-1/+1
* QPID-5715: Add new attributes for transaction sync policies into BDB HA virtu...Alex Rudyy2014-05-271-14/+7
* QPID-5715: On virtual host node deletion delete virtual host first, in order ...Alex Rudyy2014-05-241-4/+19
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-231-77/+8
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-211-2/+7
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-201-3/+34
* QPID-5715: On BDB HA virtual host node deletion invoke ReplicationGroupAdmin#...Alex Rudyy2014-05-201-2/+39
* QPID-5715: Fix Virtual Host MBean creation in JMX management pluginAlex Rudyy2014-05-151-0/+3
* QPID-5715: BDB HA's remote replication nodes were using wrong value for lastK...Keith Wall2014-05-141-1/+1
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-091-1/+1
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-081-14/+22
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-021-6/+5
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-301-22/+22
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-301-13/+93
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-291-42/+4
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-291-9/+260
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-281-9/+11
* QPID-5715: [Java Broker]: Refactor VHN implementations to avoid duplicated codeKeith Wall2014-04-261-191/+27
* QPID-5715: [Java Broker] Add virtual host node to the model and refactor exis...Keith Wall2014-04-211-0/+537