summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/BDBMessageStore.java
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkjava-broker-config-store-changesRobert Godfrey2014-04-041-295/+247
* [Java Broker] use same API from broker and virtual host storesRobert Godfrey2014-04-031-156/+261
* QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-261-32/+1710
* QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-231-3/+3
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-2/+2
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-4/+11
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-191-2/+2
* QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webu...Robert Gemmell2012-06-281-0/+8
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-251-1/+12
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-171-247/+6
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-071-0/+20
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-2/+2
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-131-9/+5
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-1996/+29
* QPID-3916: Change message store interface to extend DurableConfigurationStore...Keith Wall2012-03-301-23/+10
* QPID-3913: Remove unused logsubjectKeith Wall2012-03-291-1/+1
* QPID-3913: Add functionality to upgrade bdbstore automatically on broker star...Keith Wall2012-03-271-373/+145
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-1/+139
* QPID-3835: add the empty 'no selector' argument to bindings for DurableSubscr...Robert Gemmell2012-02-131-10/+11
* QPID-3789 : [Java] code tidyupsRobert Godfrey2012-01-291-33/+1
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-27/+34
* 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-071-2/+184
* QPID-3714 : [Java] Performance ImprovementsRobert Godfrey2011-12-281-121/+186
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-241-0/+2124