summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2511-61/+225
* QPID-4006: Remove BDB StateChangeListener during Environment#close() to avoid...Keith Wall2012-05-241-73/+108
* QPID-4006: BDB HA. Make passivation async to avoid holding up the BDB thread....Keith Wall2012-05-224-157/+122
* 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-1718-342/+2833
* QPID-3996 : [Java Broker] update BDB depency to latest versionRobert Godfrey2012-05-151-5/+1
* QPID-3994: add ability to specify -Doptional=true to enable all optional modu...Robert Gemmell2012-05-141-0/+1
* QPID-3986 : [Java Broker] Fix typo/bug for low threshold > high threshold caseRobert Godfrey2012-05-141-1/+1
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-0/+1
* QPID-3994: use Ivy to download the main component dependencies during the bui...Robert Gemmell2012-05-111-7/+14
* QPID-3986 : [Java Broker] Tidy up constant use for Underfull/Overfull propertiesRobert Godfrey2012-05-071-24/+4
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-072-15/+147
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-1726-895/+1492
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-133-59/+31
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-123-32/+42
* QPID-3929: remove old perftests + integrationtests + junit-toolkit modules an...Robert Gemmell2012-04-042-44/+1
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-304-2003/+2063
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-305-40/+29
* QPID-3913: Remove unused logsubjectKeith Wall2012-03-298-50/+40
* 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-2758-2882/+3206
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-083-3/+3
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-235-1/+417
* QPID-3743: remove try-catch block on converting BDB message meta data entry i...Robert Gemmell2012-02-171-20/+9
* QPID-3835: add the empty 'no selector' argument to bindings for DurableSubscr...Robert Gemmell2012-02-135-29/+84
* QPID-3835: update the test preparer tool to generate content for a durable su...Robert Gemmell2012-02-133-34/+146
* QPID-3775: Change BDB shell scripts to avoid use of readlink when determining...Keith Wall2012-02-063-7/+12
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2912-224/+331
* QPID-3775: Fix path handling in bdb scripts.Keith Wall2012-01-282-8/+14
* QPID-3775: Automate the manual persistent store tests.Keith Wall2012-01-285-166/+195
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-273-14/+14
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2724-147/+152
* QPID-3774 : Work around Java BDB issue with cursors and flushLogRobert Godfrey2012-01-211-63/+25
* QPID-3774 : allow out of order completion of persistent enqueues / dequeuesRobert Godfrey2012-01-201-57/+130
* QPID-3736 : Upgrade to BDB version 5.0.34Robert Godfrey2012-01-112-3/+2
* QPID-946 , QPID-2379 : Fix for BDBUpgradeTest failure introduced by previous ...Robert Godfrey2012-01-081-108/+117
* QPID-946 , QPID-2379 : QMF and Federation fixes (now works again with qpid-co...Robert Godfrey2012-01-073-2/+295
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-284-147/+301
* QPID-3712: fix regression (error in logic was adding port number to path twice).Keith Wall2011-12-261-7/+0
* NO-JIRA: move log4j config for backup.sh to correct locationKeith Wall2011-12-151-0/+0
* NO-JIRA: update scripts to reference current deps etcRobert Gemmell2011-11-304-10/+6
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-032-2/+2
* QPID-3568: Updated BDB to je-4.0.117 versionAndrew Donald Kennedy2011-11-011-1/+1
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-312-3/+3
* 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-2444-0/+6974