summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main
Commit message (Expand)AuthorAgeFilesLines
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-202-9/+38
* QPID-4242 : [Java Broker] Remove QMFv1 implementationRobert Godfrey2012-08-291-149/+1
* QPID-4164: only keep a hard reference to the meta data if it has yet to be pe...Robert Gemmell2012-07-271-1/+4
* QPID-4164: Prevent the erroneous re-storing of recovered messages during move...Keith Wall2012-07-251-27/+18
* QPID-3923, QPID-3998: split out the IDs used for QMF (which have a different ...Robert Gemmell2012-07-081-5/+5
* QPID-4112: Virtualhosts recover exchanges before queuesKeith Wall2012-07-061-6/+7
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-022-2/+22
* QPID-3923: update ID generation to be consistent across all queues/exchanges/...Robert Gemmell2012-07-011-8/+8
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-285-320/+61
* QPID-4006: Decrease 'je.rep.logFlushTaskInterval' interval to 1 minute in ord...Keith Wall2012-06-071-0/+5
* QPID-4006: Introduce coalescing sync configuration, rename replication policy...Keith Wall2012-06-023-38/+48
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-256-43/+199
* 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-221-32/+78
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-178-354/+1043
* QPID-3986 : [Java Broker] Fix typo/bug for low threshold > high threshold caseRobert Godfrey2012-05-141-1/+1
* 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-1719-856/+1120
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-132-49/+23
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-122-29/+39
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-303-1996/+2059
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-303-37/+24
* QPID-3913: Remove unused logsubjectKeith Wall2012-03-295-42/+33
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-2744-2487/+2189
* 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-3775: Change BDB shell scripts to avoid use of readlink when determining...Keith Wall2012-02-061-1/+6
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-2912-224/+331
* NO-JIRA: Encapsulate fields, use private members and accesors (keep checkstyl...Robert Godfrey2012-01-271-8/+8
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-2720-95/+111
* 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-111-2/+1
* 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-282-122/+187
* NO-JIRA: move log4j config for backup.sh to correct locationKeith Wall2011-12-151-0/+65
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-311-120/+0
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-2433-0/+5325