summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/org/apache/qpid/server/store/berkeleydb/AbstractBDBMessageStore.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-6080 : Merged revision 1622968 from trunk to 0.30Robert Godfrey2014-09-081-1/+1
* Merging from trunk r1617822:1618206 in the Java treeRobert Godfrey2014-08-251-1/+1
* Merging from trunk r1616716:1616818 in the Java treeRobert Godfrey2014-08-251-5/+6
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-061-0/+13
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-70/+306
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-251-17/+26
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-201-4/+97
* QPID-5800: [Java Broker] Refactor BDB message store implementation to separat...Keith Wall2014-06-191-0/+1219
* QPID-5410: [Java Broker/BDB]. Introduce a thin facade (EnvironmentFacade) bet...Keith Wall2014-03-261-1913/+0
* QPID-5615 : [Java Broker] update the durable configuration store interface to...Robert Godfrey2014-03-231-97/+148
* QPID-5625 : [Java Broker] ensure common configured object values are saved to...Robert Godfrey2014-03-121-5/+0
* QPID-5551 : Change AMQStoreException to StoreException which inherits from Se...Robert Godfrey2014-02-141-165/+87
* QPID-5551 : Remove uses of AMQException, add ServerScopedRuntimeException and...Robert Godfrey2014-02-141-40/+89
* NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-231-3/+3
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state CLO...Keith Wall2014-01-061-3/+11
* QPID-5087 : [Java Broker] Allow use of separate message stores and configurat...Robert Godfrey2013-08-201-18/+58
* QPID-5081 : [Java Broker] Refactor Queue CreationRobert Godfrey2013-08-181-0/+3
* QPID-5073 : [Java Broker] Refactor DurableConfigurationStore recovery to allo...Robert Godfrey2013-08-151-7/+29
* QPID-5012: use the constant to make the hard-dependency on 5.0.84+ clear at c...Robert Gemmell2013-07-291-1/+1
* QPID-5012: [Java Broker] Turn off BDB JE stats generation feature (on by defa...Keith Wall2013-07-241-0/+1
* QPID-5009 : Update broker store to revision 7Robert Godfrey2013-07-191-1/+1
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-0/+7
* QPID-4999 : [Java Broker] Strip selector arguments from persistent bindings t...Robert Godfrey2013-07-181-24/+98
* QPID-4973 : [Java Broker] Refactor DurableConfigurationStoreRobert Godfrey2013-07-021-128/+19
* QPID-4970 : [Java Broker] Configure MessageStores based on VirtualHost object...Robert Godfrey2013-07-011-10/+34
* QPID-4937 : [Java Broker] separate virtualhosts into different typesRobert Godfrey2013-06-191-1/+1
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-291-0/+22
* QPID-4550 : AMQP 1.0 Persistent Messages cause failure on restartRobert Godfrey2013-01-251-1/+2
* QPID-4515: improved broker logging, particularly when receiving/sending AMQP ...Phil Harvey2012-12-201-7/+9
* 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
* QPID-4006: [Java Broker] BDB HA.Keith Wall2012-05-251-13/+56
* QPID-4006: add support for using BDB HA to form an active-passive cluster for...Robert Gemmell2012-05-171-63/+57
* 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-071-15/+127
* QPID-3923: Store queue, exchange and binding as configured objects in bdb storeRobert Gemmell2012-04-171-298/+145
* QPID-3917 : Fix failing BDB test, remove unusued readOnly flagRobert Godfrey2012-04-131-40/+18
* QPID-3917 : Refactor changes to MessageStore to use listeners and not decoratorsRobert Godfrey2012-04-121-24/+37
* QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for ...Keith Wall2012-03-301-0/+1987