summaryrefslogtreecommitdiff
path: root/qpid/java/broker-core/src/main/java/org/apache/qpid/server/store
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKeith Wall2015-03-121-0/+5
* merge from trunkKeith Wall2015-03-032-43/+137
* Make close return a future, wait on Future in broker shutdownRobert Godfrey2015-02-194-49/+12
* QPID-6364: Set Keystore/Truststore derived attribute 'path' to non-data URL. ...Alex Rudyy2015-02-091-7/+10
* QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward i...Alex Rudyy2015-02-062-8/+8
* QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying sto...Alex Rudyy2015-02-051-0/+18
* QPID-6263 : [Java Broker] Move startup/recovery logic from server.Broker to S...Robert Godfrey2014-12-071-1/+2
* QPID-6243 : [Java Broker] Updates to Json configuration stores cause a small ...Robert Godfrey2014-11-221-11/+24
* QPID-6221 : [Java Broker] Fix existing bug in getStoreLocation() in provided ...Robert Godfrey2014-11-081-3/+1
* QPID-6221 : [Java Broker] Detect low disk space conditions and enforce flow c...Robert Godfrey2014-11-085-1/+26
* QPID-6200: Change broker upgraders to upgrade virtual host data from model 1....Alex Rudyy2014-10-301-0/+60
* QPID-5650: Move attribute names into upgrader constantsAlex Rudyy2014-10-291-4/+4
* QPID-6195: Stop recovering records being updated in one upgrader and removed ...Alex Rudyy2014-10-281-0/+1
* QPID-5650: Set alternate exchange only when queue creation argument 'x-qpid-d...Alex Rudyy2014-10-281-34/+47
* QPID-5650: Preserve alternate exchange on upgrade of queue with 'dead letter ...Alex Rudyy2014-10-271-1/+70
* QPID-6162 : Add authentication providers which store user data in the config ...Robert Godfrey2014-10-171-0/+7
* QPID-6161 : [Java Broker] add virtual host aliasesRobert Godfrey2014-10-175-3/+95
* QPID-6129: [Java Broker] Chain exceptions in Derby/JDBC store implementationsKeith Wall2014-10-012-15/+6
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-171-0/+5
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-171-6/+18
* QPID-6075: [Java Broker] Deleting VHN fails to delete underlying store files ...Andrew MacBean2014-09-158-14/+20
* QPID-6095: [Java Broker] Deletion of an ERRORED JSON VHN with an invalid stor...Andrew MacBean2014-09-151-22/+11
* QPID-6080 : [Java Broker] Distinguish between empty message body and no messa...Robert Godfrey2014-09-071-1/+1
* QPID-6036 : [Java Broker] Allow complete virtual host initial configuration t...Robert Godfrey2014-08-221-0/+15
* QPID-6029 : [Java Broker] ConfiguredObjectRecordConverter should allow refere...Robert Godfrey2014-08-211-7/+113
* QPID-6027 : [Java Broker] Enforce that all records being added into the Json ...Robert Godfrey2014-08-211-22/+42
* QPID-6027 : Sort children in the Json store by nameRobert Godfrey2014-08-211-2/+6
* QPID-6027 : Sort children in the Json store by nameRobert Godfrey2014-08-211-1/+6
* QPID-6027 : Give Json extracts a stable ordering, and add option to REST serv...Robert Godfrey2014-08-201-3/+24
* QPID-6017 : [Jaa Broker] Provide a mechanism by which "secure" attributes in ...Robert Godfrey2014-08-191-0/+1
* QPID-6014 : [Java] declare variables as ConcurrentMap not ConcurrentHashMap t...Robert Godfrey2014-08-182-2/+4
* QPID-6011 : [Java Broker] provide a mechanism for disabling plugins and imple...Robert Godfrey2014-08-181-2/+2
* QPID-6005 : [Java Broker] AMQP 1.0 messages cannot be recovered from the stor...Robert Godfrey2014-08-151-1/+1
* NO-JIRA : remove empty fileRobert Godfrey2014-08-131-0/+0
* QPID-5979: Derby/JDBC logs unnecessary "message not found" at WARN on rollback.Keith Wall2014-08-081-6/+10
* QPID-5965 : [Java Broker] flow transient messages to disk in low memory situa...Robert Godfrey2014-08-063-0/+41
* QPID-5926: [Java Broker] When transitioning from STOPPED to ACTIVE the virtua...Keith Wall2014-07-313-29/+54
* NO-JIRA : remove debugging stack trace dumpRobert Godfrey2014-07-291-1/+0
* QPID-5930 : [Java Broker] Minimize memory footprint for persistent messagesRobert Godfrey2014-07-281-62/+337
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore im...Robert Godfrey2014-07-2611-264/+315
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-251-1/+13
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ...Robert Godfrey2014-07-256-85/+92
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ...Robert Godfrey2014-07-204-12/+202
* QPID-5879 : [Java Broker] JsonConfigStore should take deep copy of Configured...Robert Godfrey2014-07-061-1/+21
* QPID-5821: Remove unused settings interface incorrectly committedAndrew MacBean2014-06-261-26/+0
* QPID-5821: [Java Broker] Refactor MessageStore and DurableConfigurationStore ...Andrew MacBean2014-06-2610-30/+114
* QPID-5800: [Java Broker] Defect - prevent JDBC upgrader on throwing exception...Keith Wall2014-06-191-1/+1
* QPID-5819: Make JsonFileConfigStore#close idempotent, like other DCS implemen...Keith Wall2014-06-191-10/+17
* QPID-5822: [Java Broker] Replace low level BDB/JDBC attributes in fovour of c...Keith Wall2014-06-181-13/+45
* QPID-5800: [Java Broker] Refactor Derby/JDBC message store implementations - ...Keith Wall2014-06-181-1/+2