summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-5784: [Java Broker] Prevent NPE possibility from BDB store\'s coalescing...Keith Wall2014-05-231-0/+15
* QPID-5715: [Java Broker] Prevent sporadic failure of BDB HA REST test testNew...Keith Wall2014-05-232-77/+481
* QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPEDKeith Wall2014-05-212-7/+26
* 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-204-9/+56
* QPID-5413: Improve virtual host node and virtual host UIAlex Rudyy2014-05-161-12/+12
* 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-5413: Add UI for creation of virtual host nodesAlex Rudyy2014-05-134-0/+278
* QPID-5409 : Change BDB HA MBean to delegate operations to BDB HA node instanceAlex Rudyy2014-05-093-55/+26
* QPID-5754 : [Java Broker] Make state change operations methods rather than ca...Robert Godfrey2014-05-082-16/+26
* QPID-5413: Add functionality to close the deleted tab of virtual host node.Alex Rudyy2014-05-083-8/+26
* QPID-5413: Add BDB HA Virtual host node editing UIAlex Rudyy2014-05-074-2/+348
* QPID-5413: Add virtual host node UI to view the details about existing virtua...Alex Rudyy2014-05-074-0/+459
* QPID-5746 : [Java Broker] Split attribute annotations into separate annotatio...Robert Godfrey2014-05-025-29/+30
* QPID-5744: Change web management console to call management REST API under /a...Alex Rudyy2014-05-021-6/+6
* QPID-5715: Restart replicated environment several times before giving up. Thi...Alex Rudyy2014-05-021-9/+32
* QPID-5715: Address review comments from Alex RudyyKeith Wall2014-04-301-22/+22
* QPID-5715,QPID-5412: Add remote replication nodesAlex Rudyy2014-04-305-60/+606
* QPID-5730 : [Java Broker] allow configured object attributes to be maked as n...Robert Godfrey2014-04-292-43/+5
* QPID-5715: [Java Broker]: Wire up the BDB HA VirtualHostNode to the Replicate...Keith Wall2014-04-293-26/+328
* QPID-5726 : [Java Broker] Use annotation processing to generate object factor...Robert Godfrey2014-04-2810-204/+19
* 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-2116-248/+872
* QPID-5713 : [Java Broker] Remove non-test references to model singleton, and ...Robert Godfrey2014-04-201-2/+2
* QPID-5710 : [Java Broker] Remove AMQQueueFactory and QueueRegistryRobert Godfrey2014-04-171-1/+0
* QPID-5709 : [Java Broker] Replace exchange registry / factory with use of com...Robert Godfrey2014-04-171-6/+11
* QPID-5685: Store configuration version as an attribute of virtualhost within ...Keith Wall2014-04-142-109/+82
* QPID-5672 : [Java Broker] move variable interpolation to the configured objectRobert Godfrey2014-04-091-2/+2
* QPID-5665 : [Java Broker] Unify VirtualHost model and implementation classesRobert Godfrey2014-04-076-176/+63
* QPID-5615 : [Java Broker] Migrate broker config store to use same API as Virt...Robert Godfrey2014-04-045-5/+114
* QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with vis...Keith Wall2014-04-044-359/+253
* QPID-5653: Open databases and upgrade on opening of configuration/message storesAlex Rudyy2014-03-318-61/+157
* NO-JIRA: Make the MessageStore and DurableConfigurationStore stateless. This...Keith Wall2014-03-282-254/+206
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-2512-129/+629
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-2313-117/+578
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-255-147/+139
* | NO-JIRA: Merged changes from trunk with command:Keith Wall2014-03-182-7/+33
|\ \ | |/
| * QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-122-6/+33
* | QPID-5624: Introduce configurationStoreSettings VH attributesKeith Wall2014-03-172-16/+24
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-146-42/+89
* | QPID-5410: Part of REF refactoring - the ommitted state transition. Also refa...Keith Wall2014-03-131-32/+63
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-132-11/+2
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-123-115/+3
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-1217-2583/+3828
|/
* QPID-5611 : Ensure the appropriate principals are available at the time of al...Robert Godfrey2014-03-081-4/+2
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-3/+3
* QPID-5611 : [Java Broker] remove LogActorsRobert Godfrey2014-03-071-16/+20
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-1/+1
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-1411-209/+130