summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-4659 : Address JIRA comments from Robbie GemmellRobert Godfrey2013-03-271-2/+4
* QPID-4659 : [Java Broker] refactor to separate protocol dependent from protoc...Robert Godfrey2013-03-181-3/+3
* 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
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-7/+4
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-302-3/+5
* QPID-3913: Remove unused logsubjectKeith Wall2012-03-293-8/+7
* QPID-3913: Fix BDBUpgradeTest for spawn test profilesKeith Wall2012-03-281-1/+6
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-2712-354/+1010
* QPID-3835: update the test preparer tool to generate content for a durable su...Robert Gemmell2012-02-133-34/+146
* QPID-3775: Automate the manual persistent store tests.Keith Wall2012-01-282-120/+193
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-272-6/+6
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-274-52/+41
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-282-25/+114
* QPID-3712: fix regression (error in logic was adding port number to path twice).Keith Wall2011-12-261-7/+0
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-311-0/+120
* QPID-3402: ensure the test JVMs execute with the working dir set to the qpid/...Robert Gemmell2011-09-301-1/+1
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-245-0/+1330