summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Merge changes from trunk.Keith Wall2014-03-256-19/+27
|\
| * QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-237-21/+29
* | Introduction of separate lifecycle methods on stores for open/close/recover.Keith Wall2014-03-252-50/+3
* | QPID-5624: Introduce messageStoreSettings VH attribute and move all message s...Keith Wall2014-03-142-29/+36
* | QPID-5624: Test fixKeith Wall2014-03-131-6/+0
* | QPID-5624: Remove MessageStoreCreator and finish some virtual host refactoringKeith Wall2014-03-131-35/+0
* | QPID-5624: Remove virtualhost xml configuration. Move virtual host configurat...Alex Rudyy2014-03-121-82/+36
* | QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-128-227/+748
|/
* QPID-5611 : Change the event logger from a singleton to an instanceRobert Godfrey2014-03-081-1/+3
* QPID-5555 : address review comments from Robbie GemmellRobert Godfrey2014-02-241-2/+0
* QPID-5555 : [Java Broker] Modify implementation of Queues to provide better n...Robert Godfrey2014-02-171-0/+1
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-142-11/+4
* QPID-5048: logging and build output cleanupRobert Gemmell2014-01-221-3/+6
* QPID-5065: modifications to get more tests running on windows (both ant and m...Keith Wall2014-01-171-14/+22
* QPID-5162: move the bdbstore-specific systests to their own moduleRobert Gemmell2013-09-237-2173/+3
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-202-3/+2
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-182-6/+9
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-044-21/+31
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-192-0/+109
* QPID-4659 : [Java Broker] make message meta data pluggable for different prot...Robert Godfrey2013-07-151-3/+5
* QPID-4659 : [Java Broker] preliminary refactoring in preparation for pluggabl...Robert Godfrey2013-07-141-2/+2
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-131-3/+2
* QPID-4983 : [Java Broker] Move store implementations to broker pluginsRobert Godfrey2013-07-102-8/+20
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-021-3/+8
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-014-31/+55
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-193-3/+19
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-291-0/+17
* QPID-4390: remove the BDB-HA store factory to remove it from the types usable...Robert Gemmell2013-03-101-2/+1
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-196-65/+119
* QPID-4441: add system test verification of the priority queue and queue with ...Robert Gemmell2012-11-291-0/+111
* QPID-4441: Improve BDB store upgrade tests to cover the upgrade of configurat...Alex Rudyy2012-11-218-43/+152
* QPID-4284: Remove system test dependencies on development and localhost virtu...Keith Wall2012-09-172-2/+2
* QPID-4289: Fix 0-8/0-9/0-9-1 failover issuesRobert Gemmell2012-09-102-2/+6
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-021-0/+21
* QPID-3923: remove deprecated test-only AMQQueueFactory method and update test...Robert Gemmell2012-07-012-4/+4
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-011-19/+39
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-2811-736/+114
* QPID-4080: close initial connections after use rather than allowing them to f...Robert Gemmell2012-06-281-8/+7
* QPID-4080: restore connectdelay to previous value and increase retriesRobert Gemmell2012-06-251-2/+2
* QPID-4080: [Java Broker] HA - Increase client connectdelay to allow test to b...Keith Wall2012-06-211-1/+1
* QPID-4052: [Java Broker] Increase the number of retries that the client will ...Keith Wall2012-06-151-1/+1
* QPID-4006: Introduce coalescing sync configuration, rename replication policy...Keith Wall2012-06-023-42/+32
* QPID-3986: Improved tests and resolved some potential thread-safety issuesRobert Gemmell2012-05-291-0/+73
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-255-18/+26
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-223-125/+44
* QPID-4006: Fix failing HA tests due to spaces in filenames on Apache CI serversKeith Wall2012-05-183-9/+3
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-1710-13/+1815
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-177-39/+372
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-131-10/+8
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-121-3/+3